Html Css Color HEX #006494 Cerulean

📋 copy color: '#006494'

red 0 ◦ green 100 ◦ blue 148

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

Shades of Cerulean #006494

Tints of Cerulean #006494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

 BLUE value IS 148 (58.2% from 255) = 59.68%

R = 0%
G = 40.32%
B = 59.68%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006494 (or 0x006494) is known color: Cerulean. HEX triplet: 00, 64 and 94. RGB value is (0,100,148). Sum of RGB (Red+Green+Blue) = 0+100+148=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #006494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006494 is #FF9B6B. Grayscale: #4B4B4B. Windows color (decimal): -16751468 or 9724928. OLE color: 9724928.

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

Color convert

RGB 0 100 148 -
CMYK 1 0.32 0 0.42
HSL 199.46º 1% 0.29% -
HSV(B) 199.46º 1% 0.58% -
XYZ 9.9 11.25 29.67 -
YUV 75.57 168.87 74.1 -
System Red Green Blue C M Y K H S L
Decimal 0 100 148 1 0.32 0 0.42 199.46 1 0.29
Hex 0 64 94 64 20 0 2A C7 64 1D
Octal 0 144 224 144 40 0 52 307 144 35
Binary 0 1100100 10010100 1100100 100000 0 101010 11000111 1100100 11101

Color Harmonies of #006494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006494

Black with #006494

Text Example


Text Example

White with #006494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006494; }

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

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

background-color css

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

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

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

border-color css

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

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

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