Html Css Color HEX #006191 Cerulean

📋 copy color: '#006191'

red 0 ◦ green 97 ◦ blue 145

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

Shades of Cerulean #006191

Tints of Cerulean #006191

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 145 (57.03% from 255) = 59.92%

R = 0%
G = 40.08%
B = 59.92%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#006191 (or 0x006191) is known color: Cerulean. HEX triplet: 00, 61 and 91. RGB value is (0,97,145). Sum of RGB (Red+Green+Blue) = 0+97+145=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #006191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006191 is #FF9E6E. Grayscale: #494949. Windows color (decimal): -16752239 or 9527552. OLE color: 9527552.

HSL color Cylindrical-coordinate representation of color #006191: hue angle of 199.86º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006191 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 97 145 -
CMYK 1 0.33 0 0.43
HSL 199.86º 1% 0.28% -
HSV(B) 199.86º 1% 0.57% -
XYZ 9.39 10.59 28.34 -
YUV 73.47 168.36 75.6 -
System Red Green Blue C M Y K H S L
Decimal 0 97 145 1 0.33 0 0.43 199.86 1 0.28
Hex 0 61 91 64 21 0 2B C8 64 1C
Octal 0 141 221 144 41 0 53 310 144 34
Binary 0 1100001 10010001 1100100 100001 0 101011 11001000 1100100 11100

Color Harmonies of #006191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006191

Black with #006191

Text Example


Text Example

White with #006191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006191; }

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

 H1.HeaderClassName
 {
   color: #006191;
 }
 .AnyTagClassName
 {
   color: #006191;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #006191;
 }
 .BgClassName
 {
   background-color: #006191;
 }
</style>

border-color css

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

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

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