Html Css Color HEX #0D4281 Dark Cerulean

📋 copy color: '#0D4281'

red 13 ◦ green 66 ◦ blue 129

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

Shades of Dark Cerulean #0D4281

Tints of Dark Cerulean #0D4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 129 (50.78% from 255) = 62.02%

R = 6.25%
G = 31.73%
B = 62.02%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D4281 (or 0x0D4281) is known color: Dark Cerulean. HEX triplet: 0D, 42 and 81. RGB value is (13,66,129). Sum of RGB (Red+Green+Blue) = 13+66+129=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D4281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4281 is #F2BD7E. Grayscale: #393939. Windows color (decimal): -15908223 or 8471053. OLE color: 8471053.

HSL color Cylindrical-coordinate representation of color #0D4281: hue angle of 212.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4281 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 66 129 -
CMYK 0.90 0.49 0 0.49
HSL 212.59º 0.82% 0.28% -
HSV(B) 212.59º 0.9% 0.51% -
XYZ 6.08 5.57 21.52 -
YUV 57.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 13 66 129 0.90 0.49 0 0.49 212.59 0.82 0.28
Hex D 42 81 5A 31 0 31 D5 52 1C
Octal 15 102 201 132 61 0 61 325 122 34
Binary 1101 1000010 10000001 1011010 110001 0 110001 11010101 1010010 11100

Color Harmonies of #0D4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4281

Black with #0D4281

Text Example


Text Example

White with #0D4281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,66,129); }

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

background-color css

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

 a { background-color: rgb(13,66,129); }

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

border-color css

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

 span { border-color: rgb(13,66,129); }

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