Html Css Color HEX #006199 Cerulean

📋 copy color: '#006199'

red 0 ◦ green 97 ◦ blue 153

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

Shades of Cerulean #006199

Tints of Cerulean #006199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 0%
G = 38.8%
B = 61.2%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#006199 (or 0x006199) is known color: Cerulean. HEX triplet: 00, 61 and 99. RGB value is (0,97,153). Sum of RGB (Red+Green+Blue) = 0+97+153=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #006199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006199 is #FF9E66. Grayscale: #4A4A4A. Windows color (decimal): -16752231 or 10051840. OLE color: 10051840.

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

Color convert

RGB 0 97 153 -
CMYK 1 0.37 0 0.4
HSL 201.96º 1% 0.3% -
HSV(B) 201.96º 1% 0.6% -
XYZ 10.02 10.85 31.7 -
YUV 74.38 172.36 74.95 -
System Red Green Blue C M Y K H S L
Decimal 0 97 153 1 0.37 0 0.4 201.96 1 0.3
Hex 0 61 99 64 25 0 28 CA 64 1E
Octal 0 141 231 144 45 0 50 312 144 36
Binary 0 1100001 10011001 1100100 100101 0 101000 11001010 1100100 11110

Color Harmonies of #006199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006199

Black with #006199

Text Example


Text Example

White with #006199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006199; }

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

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

background-color css

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

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

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

border-color css

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

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

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