Html Css Color HEX #006294 Cerulean

📋 copy color: '#006294'

red 0 ◦ green 98 ◦ blue 148

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

Shades of Cerulean #006294

Tints of Cerulean #006294

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.2% from 255) = 60.16%

R = 0%
G = 39.84%
B = 60.16%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006294 (or 0x006294) is known color: 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

RGB 0 98 148 -
CMYK 1 0.34 0 0.42
HSL 200.27º 1% 0.29% -
HSV(B) 200.27º 1% 0.58% -
XYZ 9.71 10.87 29.6 -
YUV 74.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 0 98 148 1 0.34 0 0.42 200.27 1 0.29
Hex 0 62 94 64 22 0 2A C8 64 1D
Octal 0 142 224 144 42 0 52 310 144 35
Binary 0 1100010 10010100 1100100 100010 0 101010 11001000 1100100 11101

Color Harmonies of #006294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006294

Black with #006294

Text Example


Text Example

White with #006294

Text Example


Text Example

HTML Codes & Css Web 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>