Html Css Color HEX #0D639B Cerulean

📋 copy color: '#0D639B'

red 13 ◦ green 99 ◦ blue 155

#0D639B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0D639B

Tints of Cerulean #0D639B

RGB

 RED value IS 13 (5.47% from 255) = 4.87%

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 4.87%
G = 37.08%
B = 58.05%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D639B (or 0x0D639B) is known color: Cerulean. HEX triplet: 0D, 63 and 9B. RGB value is (13,99,155). Sum of RGB (Red+Green+Blue) = 13+99+155=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D639B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D639B is #F29C64. Grayscale: #4F4F4F. Windows color (decimal): -15899749 or 10183437. OLE color: 10183437.

HSL color Cylindrical-coordinate representation of color #0D639B: hue angle of 203.66º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D639B is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 13 99 155 -
CMYK 0.92 0.36 0 0.39
HSL 203.66º 0.85% 0.33% -
HSV(B) 203.66º 0.92% 0.61% -
XYZ 10.54 11.38 32.65 -
YUV 79.67 170.51 80.45 -
System Red Green Blue C M Y K H S L
Decimal 13 99 155 0.92 0.36 0 0.39 203.66 0.85 0.33
Hex D 63 9B 5C 24 0 27 CC 55 21
Octal 15 143 233 134 44 0 47 314 125 41
Binary 1101 1100011 10011011 1011100 100100 0 100111 11001100 1010101 100001

Color Harmonies of #0D639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D639B

Black with #0D639B

Text Example


Text Example

White with #0D639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D639B;
 }
 .AnyTagClassName
 {
   color: #0D639B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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