#006298

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

Shades of Cerulean #006298

Tints of Cerulean #006298

Color information

#006298 (or 0x006298) is unknown color: approx Cerulean. HEX triplet: 00, 62 and 98. RGB value is (0,98,152). Sum of RGB (Red+Green+Blue) = 0+98+152=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #006298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006298 is #FF9D67. Grayscale: #4A4A4A. Windows color (decimal): -16751976 or 9986560. OLE color: 9986560.

HSL color Cylindrical-coordinate representation of color #006298: hue angle of 201.32º 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 #006298 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB098152-
CMYK10.3600.40
HSL201.32º100%29.8%-
HSV(B)201.32º100%59.61%-
XYZ10.041131.3-
YUV74.85171.5374.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=0%
G=39.2%
B=60.8%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal09815210.3600.40201.3210029.8
Hex062986424028c9641e
Octal01422301444405031114436
Binary01100010100110001100100100100010100011001001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006298; }

 p { color: rgb(0,98,152); }

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

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

 a { background-color: rgb(0,98,152); }

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

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

 span { border-color: rgb(0,98,152); }

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