Html Css Color HEX #0D3782 Dark Cerulean

📋 copy color: '#0D3782'

red 13 ◦ green 55 ◦ blue 130

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

Shades of Dark Cerulean #0D3782

Tints of Dark Cerulean #0D3782

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.78%

 BLUE value IS 130 (51.17% from 255) = 65.66%

R = 6.57%
G = 27.78%
B = 65.66%

CMYK

 C value IS 0.9

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D3782 (or 0x0D3782) is known color: Dark Cerulean. HEX triplet: 0D, 37 and 82. RGB value is (13,55,130). Sum of RGB (Red+Green+Blue) = 13+55+130=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 130 (51.17% from 255 or 65.66% from 198); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D3782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3782 is #F2C87D. Grayscale: #323232. Windows color (decimal): -15911038 or 8533773. OLE color: 8533773.

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

Color convert

RGB 13 55 130 -
CMYK 0.9 0.58 0 0.49
HSL 218.46º 0.82% 0.28% -
HSV(B) 218.46º 0.9% 0.51% -
XYZ 5.56 4.43 21.68 -
YUV 50.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 13 55 130 0.9 0.58 0 0.49 218.46 0.82 0.28
Hex D 37 82 5A 3A 0 31 DA 52 1C
Octal 15 67 202 132 72 0 61 332 122 34
Binary 1101 110111 10000010 1011010 111010 0 110001 11011010 1010010 11100

Color Harmonies of #0D3782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3782

Black with #0D3782

Text Example


Text Example

White with #0D3782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,55,130); }

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

background-color css

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

 a { background-color: rgb(13,55,130); }

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

border-color css

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

 span { border-color: rgb(13,55,130); }

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