Html Css Color HEX #006492 Cerulean

📋 copy color: '#006492'

red 0 ◦ green 100 ◦ blue 146

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

Shades of Cerulean #006492

Tints of Cerulean #006492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 0%
G = 40.65%
B = 59.35%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#006492 (or 0x006492) is known color: Cerulean. HEX triplet: 00, 64 and 92. RGB value is (0,100,146). Sum of RGB (Red+Green+Blue) = 0+100+146=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #006492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006492 is #FF9B6D. Grayscale: #4B4B4B. Windows color (decimal): -16751470 or 9593856. OLE color: 9593856.

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

Color convert

RGB 0 100 146 -
CMYK 1 0.32 0 0.43
HSL 198.9º 1% 0.29% -
HSV(B) 198.9º 1% 0.57% -
XYZ 9.75 11.19 28.84 -
YUV 75.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 0 100 146 1 0.32 0 0.43 198.9 1 0.29
Hex 0 64 92 64 20 0 2B C7 64 1D
Octal 0 144 222 144 40 0 53 307 144 35
Binary 0 1100100 10010010 1100100 100000 0 101011 11000111 1100100 11101

Color Harmonies of #006492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006492

Black with #006492

Text Example


Text Example

White with #006492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006492; }

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

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

background-color css

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

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

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

border-color css

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

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

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