#00468A

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

Shades of Dark Cerulean #00468A

Tints of Dark Cerulean #00468A

Color information

#00468A (or 0x00468A) is unknown color: approx Dark Cerulean. HEX triplet: 00, 46 and 8A. RGB value is (0,70,138). Sum of RGB (Red+Green+Blue) = 0+70+138=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #00468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00468A is #FFB975. Grayscale: #383838. Windows color (decimal): -16759158 or 9061888. OLE color: 9061888.

HSL color Cylindrical-coordinate representation of color #00468A: hue angle of 209.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00468A is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB070138-
CMYK10.4900.46
HSL209.57º100%27.06%-
HSV(B)209.57º100%54.12%-
XYZ6.786.2224.89-
YUV56.82173.8187.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 138 (54.30% from 255) = 66.35%
R=0%
G=33.65%
B=66.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal07013810.4900.46209.5710027.06
Hex0468A643102Ed2641b
Octal01062121446105632214433
Binary01000110100010101100100110001010111011010010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00468A; }

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

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

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

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

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

<style>
 span { border-color: #00468A; }

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

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