Html Css Color HEX #0D4492 Dark Cerulean

📋 copy color: '#0D4492'

red 13 ◦ green 68 ◦ blue 146

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

Shades of Dark Cerulean #0D4492

Tints of Dark Cerulean #0D4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

 BLUE value IS 146 (57.42% from 255) = 64.32%

R = 5.73%
G = 29.96%
B = 64.32%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D4492 (or 0x0D4492) is known color: Dark Cerulean. HEX triplet: 0D, 44 and 92. RGB value is (13,68,146). Sum of RGB (Red+Green+Blue) = 13+68+146=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D4492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4492 is #F2BB6D. Grayscale: #3C3C3C. Windows color (decimal): -15907694 or 9585677. OLE color: 9585677.

HSL color Cylindrical-coordinate representation of color #0D4492: hue angle of 215.19º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4492 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 68 146 -
CMYK 0.91 0.53 0 0.43
HSL 215.19º 0.84% 0.31% -
HSV(B) 215.19º 0.91% 0.57% -
XYZ 7.42 6.3 28.02 -
YUV 60.45 176.28 94.16 -
System Red Green Blue C M Y K H S L
Decimal 13 68 146 0.91 0.53 0 0.43 215.19 0.84 0.31
Hex D 44 92 5B 35 0 2B D7 54 1F
Octal 15 104 222 133 65 0 53 327 124 37
Binary 1101 1000100 10010010 1011011 110101 0 101011 11010111 1010100 11111

Color Harmonies of #0D4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4492

Black with #0D4492

Text Example


Text Example

White with #0D4492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,68,146); }

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

background-color css

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

 a { background-color: rgb(13,68,146); }

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

border-color css

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

 span { border-color: rgb(13,68,146); }

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