Html Css Color HEX #0D4C6D Dark Cerulean

📋 copy color: '#0D4C6D'

red 13 ◦ green 76 ◦ blue 109

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

Shades of Dark Cerulean #0D4C6D

Tints of Dark Cerulean #0D4C6D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.38%

 BLUE value IS 109 (42.97% from 255) = 55.05%

R = 6.57%
G = 38.38%
B = 55.05%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0D4C6D (or 0x0D4C6D) is known color: Dark Cerulean. HEX triplet: 0D, 4C and 6D. RGB value is (13,76,109). Sum of RGB (Red+Green+Blue) = 13+76+109=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D4C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4C6D is #F2B392. Grayscale: #3C3C3C. Windows color (decimal): -15905683 or 7162893. OLE color: 7162893.

HSL color Cylindrical-coordinate representation of color #0D4C6D: hue angle of 200.62º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4C6D is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 13 76 109 -
CMYK 0.88 0.30 0 0.57
HSL 200.63º 0.79% 0.24% -
HSV(B) 200.63º 0.88% 0.43% -
XYZ 5.51 6.36 15.4 -
YUV 60.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 13 76 109 0.88 0.30 0 0.57 200.63 0.79 0.24
Hex D 4C 6D 58 1E 0 39 C9 4F 18
Octal 15 114 155 130 36 0 71 311 117 30
Binary 1101 1001100 1101101 1011000 11110 0 111001 11001001 1001111 11000

Color Harmonies of #0D4C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4C6D

Black with #0D4C6D

Text Example


Text Example

White with #0D4C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,76,109); }

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

background-color css

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

 a { background-color: rgb(13,76,109); }

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

border-color css

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

 span { border-color: rgb(13,76,109); }

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