#0D7693

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

Shades of Cerulean #0D7693

Tints of Cerulean #0D7693

Color information

#0D7693 (or 0x0D7693) is unknown color: approx Cerulean. HEX triplet: 0D, 76 and 93. RGB value is (13,118,147). Sum of RGB (Red+Green+Blue) = 13+118+147=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D7693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7693 is #F2896C. Grayscale: #595959. Windows color (decimal): -15894893 or 9664013. OLE color: 9664013.

HSL color Cylindrical-coordinate representation of color #0D7693: hue angle of 192.99º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7693 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13118147-
CMYK0.910.2000.42
HSL192.99º83.75%31.37%-
HSV(B)192.99º91.16%57.65%-
XYZ11.9115.1529.9-
YUV89.91160.2173.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.68%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=4.68%
G=42.45%
B=52.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131181470.910.2000.42192.9983.7531.37
HexD76935B1402Ac1541f
Octal151662231332405230112437
Binary1101111011010010011101101110100010101011000001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,118,147); }

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

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

 a { background-color: rgb(13,118,147); }

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

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

 span { border-color: rgb(13,118,147); }

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