#006199

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

Shades of Cerulean #006199

Tints of Cerulean #006199

Color information

#006199 (or 0x006199) is unknown color: approx 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

RGB097153-
CMYK10.3700.4
HSL201.96º100%30%-
HSV(B)201.96º100%60%-
XYZ10.0210.8531.7-
YUV74.38172.3674.95-

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.8%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=0%
G=38.8%
B=61.2%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal09715310.3700.4201.9610030
Hex061996425028ca641e
Octal01412311444505031214436
Binary01100001100110011100100100101010100011001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>