#0D6398

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

Shades of Cerulean #0D6398

Tints of Cerulean #0D6398

Color information

#0D6398 (or 0x0D6398) is unknown color: approx Cerulean. HEX triplet: 0D, 63 and 98. RGB value is (13,99,152). Sum of RGB (Red+Green+Blue) = 13+99+152=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D6398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6398 is #F29C67. Grayscale: #4F4F4F. Windows color (decimal): -15899752 or 9986829. OLE color: 9986829.

HSL color Cylindrical-coordinate representation of color #0D6398: hue angle of 202.88º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6398 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1399152-
CMYK0.910.3500.40
HSL202.88º84.24%32.35%-
HSV(B)202.88º91.45%59.61%-
XYZ10.311.2831.34-
YUV79.33169.0180.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.92%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 152 (59.77% from 255) = 57.58%
R=4.92%
G=37.5%
B=57.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13991520.910.3500.40202.8884.2432.35
HexD63985B23028cb5420
Octal151432301334305031312440
Binary110111000111001100010110111000110101000110010111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,99,152); }

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

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

 a { background-color: rgb(13,99,152); }

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

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

 span { border-color: rgb(13,99,152); }

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