Html Css Color HEX #00467D Dark Cerulean

📋 copy color: '#00467D'

red 0 ◦ green 70 ◦ blue 125

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

Shades of Dark Cerulean #00467D

Tints of Dark Cerulean #00467D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 0%
G = 35.9%
B = 64.1%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00467D (or 0x00467D) is known color: Dark Cerulean. HEX triplet: 00, 46 and 7D. RGB value is (0,70,125). Sum of RGB (Red+Green+Blue) = 0+70+125=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #00467D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00467D is #FFB982. Grayscale: #373737. Windows color (decimal): -16759171 or 8209920. OLE color: 8209920.

HSL color Cylindrical-coordinate representation of color #00467D: hue angle of 206.4º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00467D is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 70 125 -
CMYK 1 0.44 0 0.51
HSL 206.4º 1% 0.25% -
HSV(B) 206.4º 1% 0.49% -
XYZ 5.89 5.86 20.22 -
YUV 55.34 167.31 88.53 -
System Red Green Blue C M Y K H S L
Decimal 0 70 125 1 0.44 0 0.51 206.4 1 0.25
Hex 0 46 7D 64 2C 0 33 CE 64 19
Octal 0 106 175 144 54 0 63 316 144 31
Binary 0 1000110 1111101 1100100 101100 0 110011 11001110 1100100 11001

Color Harmonies of #00467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00467D

Black with #00467D

Text Example


Text Example

White with #00467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00467D; }

 p { color: rgb(0,70,125); }

 H1.HeaderClassName
 {
   color: #00467D;
 }
 .AnyTagClassName
 {
   color: #00467D;
 }
</style>

background-color css

<style>
 a { background-color: #00467D; }

 a { background-color: rgb(0,70,125); }

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

border-color css

<style>
 span { border-color: #00467D; }

 span { border-color: rgb(0,70,125); }

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