#00619B

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

Shades of Cerulean #00619B

Tints of Cerulean #00619B

Color information

#00619B (or 0x00619B) is unknown color: approx Cerulean. HEX triplet: 00, 61 and 9B. RGB value is (0,97,155). Sum of RGB (Red+Green+Blue) = 0+97+155=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #00619B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00619B is #FF9E64. Grayscale: #4A4A4A. Windows color (decimal): -16752229 or 10182912. OLE color: 10182912.

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

Color convert

RGB097155-
CMYK10.3700.39
HSL202.45º100%30.39%-
HSV(B)202.45º100%60.78%-
XYZ10.1910.9232.58-
YUV74.61173.3674.78-

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.49%
BLUE value IS 155 (60.94% from 255) = 61.51%
R=0%
G=38.49%
B=61.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal09715510.3700.39202.4510030.39
Hex0619B6425027ca641e
Octal01412331444504731214436
Binary01100001100110111100100100101010011111001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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