#0D7EBF

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

Shades of Cerulean #0D7EBF

Tints of Cerulean #0D7EBF

Color information

#0D7EBF (or 0x0D7EBF) is unknown color: approx Cerulean. HEX triplet: 0D, 7E and BF. RGB value is (13,126,191). Sum of RGB (Red+Green+Blue) = 13+126+191=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D7EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7EBF is #F28140. Grayscale: #636363. Windows color (decimal): -15892801 or 12549645. OLE color: 12549645.

HSL color Cylindrical-coordinate representation of color #0D7EBF: hue angle of 201.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7EBF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13126191-
CMYK0.930.3400.25
HSL201.91º87.25%40%-
HSV(B)201.91º93.19%74.9%-
XYZ17.0318.7752.02-
YUV99.62179.5666.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.94%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 191 (75% from 255) = 57.88%
R=3.94%
G=38.18%
B=57.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131261910.930.3400.25201.9187.2540
HexD7EBF5D22019ca5728
Octal151762771354203131212750
Binary11011111110101111111011101100010011001110010101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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