Html Css Color HEX #0D486F Dark Cerulean

📋 copy color: '#0D486F'

red 13 ◦ green 72 ◦ blue 111

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

Shades of Dark Cerulean #0D486F

Tints of Dark Cerulean #0D486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

 BLUE value IS 111 (43.75% from 255) = 56.63%

R = 6.63%
G = 36.73%
B = 56.63%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D486F (or 0x0D486F) is known color: Dark Cerulean. HEX triplet: 0D, 48 and 6F. RGB value is (13,72,111). Sum of RGB (Red+Green+Blue) = 13+72+111=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D486F is #F2B790. Grayscale: #3A3A3A. Windows color (decimal): -15906705 or 7292941. OLE color: 7292941.

HSL color Cylindrical-coordinate representation of color #0D486F: hue angle of 203.88º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D486F is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 72 111 -
CMYK 0.88 0.35 0 0.56
HSL 203.88º 0.79% 0.24% -
HSV(B) 203.88º 0.88% 0.44% -
XYZ 5.35 5.87 15.89 -
YUV 58.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 13 72 111 0.88 0.35 0 0.56 203.88 0.79 0.24
Hex D 48 6F 58 23 0 38 CC 4F 18
Octal 15 110 157 130 43 0 70 314 117 30
Binary 1101 1001000 1101111 1011000 100011 0 111000 11001100 1001111 11000

Color Harmonies of #0D486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D486F

Black with #0D486F

Text Example


Text Example

White with #0D486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,72,111); }

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

background-color css

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

 a { background-color: rgb(13,72,111); }

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

border-color css

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

 span { border-color: rgb(13,72,111); }

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