Html Css Color HEX #0D3481 Dark Cerulean

📋 copy color: '#0D3481'

red 13 ◦ green 52 ◦ blue 129

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

Shades of Dark Cerulean #0D3481

Tints of Dark Cerulean #0D3481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

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

R = 6.7%
G = 26.8%
B = 66.49%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D3481 (or 0x0D3481) is known color: Dark Cerulean. HEX triplet: 0D, 34 and 81. RGB value is (13,52,129). Sum of RGB (Red+Green+Blue) = 13+52+129=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D3481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3481 is #F2CB7E. Grayscale: #303030. Windows color (decimal): -15911807 or 8467469. OLE color: 8467469.

HSL color Cylindrical-coordinate representation of color #0D3481: hue angle of 219.83º 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 #0D3481 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 52 129 -
CMYK 0.90 0.60 0 0.49
HSL 219.83º 0.82% 0.28% -
HSV(B) 219.83º 0.9% 0.51% -
XYZ 5.36 4.13 21.28 -
YUV 49.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 13 52 129 0.90 0.60 0 0.49 219.83 0.82 0.28
Hex D 34 81 5A 3C 0 31 DC 52 1C
Octal 15 64 201 132 74 0 61 334 122 34
Binary 1101 110100 10000001 1011010 111100 0 110001 11011100 1010010 11100

Color Harmonies of #0D3481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3481

Black with #0D3481

Text Example


Text Example

White with #0D3481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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