Html Css Color HEX #00466E Dark Cerulean

📋 copy color: '#00466E'

red 0 ◦ green 70 ◦ blue 110

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

Shades of Dark Cerulean #00466E

Tints of Dark Cerulean #00466E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 61.11%

R = 0%
G = 38.89%
B = 61.11%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00466E (or 0x00466E) is known color: Dark Cerulean. HEX triplet: 00, 46 and 6E. RGB value is (0,70,110). Sum of RGB (Red+Green+Blue) = 0+70+110=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #00466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00466E is #FFB991. Grayscale: #353535. Windows color (decimal): -16759186 or 7226880. OLE color: 7226880.

HSL color Cylindrical-coordinate representation of color #00466E: hue angle of 201.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00466E is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 70 110 -
CMYK 1 0.36 0 0.57
HSL 201.82º 1% 0.22% -
HSV(B) 201.82º 1% 0.43% -
XYZ 5 5.51 15.55 -
YUV 53.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 0 70 110 1 0.36 0 0.57 201.82 1 0.22
Hex 0 46 6E 64 24 0 39 CA 64 16
Octal 0 106 156 144 44 0 71 312 144 26
Binary 0 1000110 1101110 1100100 100100 0 111001 11001010 1100100 10110

Color Harmonies of #00466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00466E

Black with #00466E

Text Example


Text Example

White with #00466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00466E; }

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

 H1.HeaderClassName
 {
   color: #00466E;
 }
 .AnyTagClassName
 {
   color: #00466E;
 }
</style>

background-color css

<style>
 a { background-color: #00466E; }

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

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

border-color css

<style>
 span { border-color: #00466E; }

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

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