#0d7eb5

Color #0D7EB5 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0D7EB5

Tints of Cerulean #0D7EB5

Color information

#0D7EB5 (or 0x0D7EB5) is unknown color: approx Cerulean. HEX triplet: 0D, 7E and B5. RGB value is (13,126,181). Sum of RGB (Red+Green+Blue) = 13+126+181=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #0D7EB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7EB5 is #F2814A. Grayscale: #626262. Windows color (decimal): -15892811 or 11894285. OLE color: 11894285.

HSL color Cylindrical-coordinate representation of color #0D7EB5: hue angle of 199.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7EB5 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13126181-
CMYK0.930.3000.29
HSL199.64º86.6%38.04%-
HSV(B)199.64º92.82%70.98%-
XYZ15.9718.3446.42-
YUV98.48174.5667.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 4.06%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 181 (71.09% from 255) = 56.56%
R=4.06%
G=39.38%
B=56.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131261810.930.3000.29199.6486.638.04
HexD7EB55D1E01Dc85726
Octal151762651353603531012746
Binary1101111111010110101101110111110011101110010001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d7eb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0d7eb5; }

 p { color: rgb(13,126,181); }

 H1.HeaderClassName
 {
   color: #0d7eb5;
 }
 .AnyTagClassName
 {
   color: #0d7eb5;
 }
</style>
background-color css

<style>
 a { background-color: #0d7eb5; }

 a { background-color: rgb(13,126,181); }

 div.DivClassName
 {
   background-color: #0d7eb5;
 }
 .BgClassName
 {
   background-color: #0d7eb5;
 }
</style>
border-color css

<style>
 span { border-color: #0d7eb5; }

 span { border-color: rgb(13,126,181); }

 td.TdClassName
 {
   border-color: #0d7eb5;
 }
 .TagClassName
 {
   border-color: #0d7eb5;
 }
</style>