#00619e

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

Shades of Cerulean #00619E

Tints of Cerulean #00619E

Color information

#00619E (or 0x00619E) is unknown color: approx Cerulean. HEX triplet: 00, 61 and 9E. RGB value is (0,97,158). Sum of RGB (Red+Green+Blue) = 0+97+158=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #00619E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00619E is #FF9E61. Grayscale: #4A4A4A. Windows color (decimal): -16752226 or 10379520. OLE color: 10379520.

HSL color Cylindrical-coordinate representation of color #00619E: hue angle of 203.16º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00619E is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB097158-
CMYK10.3900.38
HSL203.16º100%30.98%-
HSV(B)203.16º100%61.96%-
XYZ10.4511.0233.92-
YUV74.95174.8674.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 158 (62.11% from 255) = 61.96%
R=0%
G=38.04%
B=61.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal09715810.3900.38203.1610030.98
Hex0619E6427026cb641f
Octal01412361444704631314437
Binary01100001100111101100100100111010011011001011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00619e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00619e; }

 p { color: rgb(0,97,158); }

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

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

 a { background-color: rgb(0,97,158); }

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

<style>
 span { border-color: #00619e; }

 span { border-color: rgb(0,97,158); }

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