#00457B

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

Shades of Dark Cerulean #00457B

Tints of Dark Cerulean #00457B

Color information

#00457B (or 0x00457B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 45 and 7B. RGB value is (0,69,123). Sum of RGB (Red+Green+Blue) = 0+69+123=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #00457B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00457B is #FFBA84. Grayscale: #363636. Windows color (decimal): -16759429 or 8078592. OLE color: 8078592.

HSL color Cylindrical-coordinate representation of color #00457B: hue angle of 206.34º 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 #00457B is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB069123-
CMYK10.4400.52
HSL206.34º100%24.12%-
HSV(B)206.34º100%48.24%-
XYZ5.75.6919.54-
YUV54.52166.6489.11-

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) = 35.94%
BLUE value IS 123 (48.44% from 255) = 64.06%
R=0%
G=35.94%
B=64.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal06912310.4400.52206.3410024.12
Hex0457B642C034ce6418
Octal01051731445406431614430
Binary0100010111110111100100101100011010011001110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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