Html Css Color HEX #0D4375 Dark Cerulean

📋 copy color: '#0D4375'

red 13 ◦ green 67 ◦ blue 117

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

Shades of Dark Cerulean #0D4375

Tints of Dark Cerulean #0D4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 6.6%
G = 34.01%
B = 59.39%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D4375 (or 0x0D4375) is known color: Dark Cerulean. HEX triplet: 0D, 43 and 75. RGB value is (13,67,117). Sum of RGB (Red+Green+Blue) = 13+67+117=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D4375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4375 is #F2BC8A. Grayscale: #383838. Windows color (decimal): -15907979 or 7684877. OLE color: 7684877.

HSL color Cylindrical-coordinate representation of color #0D4375: hue angle of 208.85º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4375 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 67 117 -
CMYK 0.89 0.43 0 0.54
HSL 208.85º 0.8% 0.25% -
HSV(B) 208.85º 0.89% 0.46% -
XYZ 5.38 5.38 17.59 -
YUV 56.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 13 67 117 0.89 0.43 0 0.54 208.85 0.8 0.25
Hex D 43 75 59 2B 0 36 D1 50 19
Octal 15 103 165 131 53 0 66 321 120 31
Binary 1101 1000011 1110101 1011001 101011 0 110110 11010001 1010000 11001

Color Harmonies of #0D4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4375

Black with #0D4375

Text Example


Text Example

White with #0D4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,67,117); }

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

background-color css

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

 a { background-color: rgb(13,67,117); }

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

border-color css

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

 span { border-color: rgb(13,67,117); }

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