Html Css Color HEX #00619B Cerulean

📋 copy color: '#00619B'

red 0 ◦ green 97 ◦ blue 155

#00619B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #00619B

Tints of Cerulean #00619B

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 value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00619B (or 0x00619B) is known color: 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

RGB 0 97 155 -
CMYK 1 0.37 0 0.39
HSL 202.45º 1% 0.3% -
HSV(B) 202.45º 1% 0.61% -
XYZ 10.19 10.92 32.58 -
YUV 74.61 173.36 74.78 -
System Red Green Blue C M Y K H S L
Decimal 0 97 155 1 0.37 0 0.39 202.45 1 0.3
Hex 0 61 9B 64 25 0 27 CA 64 1E
Octal 0 141 233 144 45 0 47 312 144 36
Binary 0 1100001 10011011 1100100 100101 0 100111 11001010 1100100 11110

Color Harmonies of #00619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00619B

Black with #00619B

Text Example


Text Example

White with #00619B

Text Example


Text Example

HTML Codes & Css Web 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>