#00457a

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

Shades of Dark Cerulean #00457A

Tints of Dark Cerulean #00457A

Color information

#00457A (or 0x00457A) is unknown color: approx Dark Cerulean. HEX triplet: 00, 45 and 7A. RGB value is (0,69,122). Sum of RGB (Red+Green+Blue) = 0+69+122=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #00457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00457A is #FFBA85. Grayscale: #363636. Windows color (decimal): -16759430 or 8013056. OLE color: 8013056.

HSL color Cylindrical-coordinate representation of color #00457A: hue angle of 206.07º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00457A is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB069122-
CMYK10.4300.52
HSL206.07º100%23.92%-
HSV(B)206.07º100%47.84%-
XYZ5.645.6619.21-
YUV54.41166.1489.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 122 (48.05% from 255) = 63.87%
R=0%
G=36.13%
B=63.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal06912210.4300.52206.0710023.92
Hex0457A642B034ce6418
Octal01051721445306431614430
Binary0100010111110101100100101011011010011001110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00457a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00457a; }

 p { color: rgb(0,69,122); }

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

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

 a { background-color: rgb(0,69,122); }

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

<style>
 span { border-color: #00457a; }

 span { border-color: rgb(0,69,122); }

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