Html Css Color HEX #0D4189 Dark Cerulean

📋 copy color: '#0D4189'

red 13 ◦ green 65 ◦ blue 137

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

Shades of Dark Cerulean #0D4189

Tints of Dark Cerulean #0D4189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 137 (53.91% from 255) = 63.72%

R = 6.05%
G = 30.23%
B = 63.72%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D4189 (or 0x0D4189) is known color: Dark Cerulean. HEX triplet: 0D, 41 and 89. RGB value is (13,65,137). Sum of RGB (Red+Green+Blue) = 13+65+137=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 137 (53.91% from 255 or 63.72% from 215); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D4189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4189 is #F2BE76. Grayscale: #393939. Windows color (decimal): -15908471 or 8995085. OLE color: 8995085.

HSL color Cylindrical-coordinate representation of color #0D4189: hue angle of 214.84º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4189 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 65 137 -
CMYK 0.91 0.53 0 0.46
HSL 214.84º 0.83% 0.29% -
HSV(B) 214.84º 0.91% 0.54% -
XYZ 6.57 5.67 24.42 -
YUV 57.66 172.77 96.15 -
System Red Green Blue C M Y K H S L
Decimal 13 65 137 0.91 0.53 0 0.46 214.84 0.83 0.29
Hex D 41 89 5B 35 0 2E D7 53 1D
Octal 15 101 211 133 65 0 56 327 123 35
Binary 1101 1000001 10001001 1011011 110101 0 101110 11010111 1010011 11101

Color Harmonies of #0D4189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4189

Black with #0D4189

Text Example


Text Example

White with #0D4189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,65,137); }

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

background-color css

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

 a { background-color: rgb(13,65,137); }

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

border-color css

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

 span { border-color: rgb(13,65,137); }

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