#00446E

Color #00446E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #00446E

Tints of Dark Cerulean #00446E

Color information

#00446E (or 0x00446E) is unknown color: approx Dark Cerulean. HEX triplet: 00, 44 and 6E. RGB value is (0,68,110). Sum of RGB (Red+Green+Blue) = 0+68+110=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #00446E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00446E is #FFBB91. Grayscale: #343434. Windows color (decimal): -16759698 or 7226368. OLE color: 7226368.

HSL color Cylindrical-coordinate representation of color #00446E: hue angle of 202.91º 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 #00446E is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB068110-
CMYK10.3800.57
HSL202.91º100%21.57%-
HSV(B)202.91º100%43.14%-
XYZ4.885.2615.51-
YUV52.46160.4790.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 110 (43.36% from 255) = 61.80%
R=0%
G=38.20%
B=61.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal06811010.3800.57202.9110021.57
Hex0446E6426039cb6416
Octal01041561444607131314426
Binary0100010011011101100100100110011100111001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00446E;
 }
 .AnyTagClassName
 {
   color: #00446E;
 }
</style>
background-color css

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

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

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

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

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

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