#0D7EB4

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

Shades of Cerulean #0D7EB4

Tints of Cerulean #0D7EB4

Color information

#0D7EB4 (or 0x0D7EB4) is unknown color: approx Cerulean. HEX triplet: 0D, 7E and B4. RGB value is (13,126,180). Sum of RGB (Red+Green+Blue) = 13+126+180=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #0D7EB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7EB4 is #F2814B. Grayscale: #626262. Windows color (decimal): -15892812 or 11828749. OLE color: 11828749.

HSL color Cylindrical-coordinate representation of color #0D7EB4: hue angle of 199.4º 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 #0D7EB4 is Cyan = 0.93, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13126180-
CMYK0.930.300.29
HSL199.4º86.53%37.84%-
HSV(B)199.4º92.78%70.59%-
XYZ15.8718.345.88-
YUV98.37174.0667.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.08%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 180 (70.70% from 255) = 56.43%
R=4.08%
G=39.50%
B=56.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131261800.930.300.29199.486.5337.84
HexD7EB45D1E01Dc75726
Octal151762641353603530712746
Binary1101111111010110100101110111110011101110001111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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