#006294

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

Shades of Cerulean #006294

Tints of Cerulean #006294

Color information

#006294 (or 0x006294) is unknown color: approx Cerulean. HEX triplet: 00, 62 and 94. RGB value is (0,98,148). Sum of RGB (Red+Green+Blue) = 0+98+148=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #006294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006294 is #FF9D6B. Grayscale: #4A4A4A. Windows color (decimal): -16751980 or 9724416. OLE color: 9724416.

HSL color Cylindrical-coordinate representation of color #006294: hue angle of 200.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006294 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB098148-
CMYK10.3400.42
HSL200.27º100%29.02%-
HSV(B)200.27º100%58.04%-
XYZ9.7110.8729.6-
YUV74.4169.5374.93-

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.84%
BLUE value IS 148 (58.20% from 255) = 60.16%
R=0%
G=39.84%
B=60.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal09814810.3400.42200.2710029.02
Hex06294642202Ac8641d
Octal01422241444205231014435
Binary01100010100101001100100100010010101011001000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006294; }

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

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

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

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

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

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

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

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