Html Css Color HEX #0D467F Dark Cerulean

📋 copy color: '#0D467F'

red 13 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #0D467F

Tints of Dark Cerulean #0D467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 127 (50% from 255) = 60.48%

R = 6.19%
G = 33.33%
B = 60.48%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0D467F (or 0x0D467F) is known color: Dark Cerulean. HEX triplet: 0D, 46 and 7F. RGB value is (13,70,127). Sum of RGB (Red+Green+Blue) = 13+70+127=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D467F is #F2B980. Grayscale: #3B3B3B. Windows color (decimal): -15907201 or 8341005. OLE color: 8341005.

HSL color Cylindrical-coordinate representation of color #0D467F: hue angle of 210º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D467F is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 13 70 127 -
CMYK 0.90 0.45 0 0.50
HSL 210º 0.81% 0.27% -
HSV(B) 210º 0.9% 0.5% -
XYZ 6.19 6 20.91 -
YUV 59.46 166.12 94.87 -
System Red Green Blue C M Y K H S L
Decimal 13 70 127 0.90 0.45 0 0.50 210 0.81 0.27
Hex D 46 7F 5A 2D 0 32 D2 51 1B
Octal 15 106 177 132 55 0 62 322 121 33
Binary 1101 1000110 1111111 1011010 101101 0 110010 11010010 1010001 11011

Color Harmonies of #0D467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D467F

Black with #0D467F

Text Example


Text Example

White with #0D467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,70,127); }

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

background-color css

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

 a { background-color: rgb(13,70,127); }

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

border-color css

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

 span { border-color: rgb(13,70,127); }

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