Html Css Color HEX #006495 Cerulean

📋 copy color: '#006495'

red 0 ◦ green 100 ◦ blue 149

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

Shades of Cerulean #006495

Tints of Cerulean #006495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 0%
G = 40.16%
B = 59.84%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#006495 (or 0x006495) is known color: Cerulean. HEX triplet: 00, 64 and 95. RGB value is (0,100,149). Sum of RGB (Red+Green+Blue) = 0+100+149=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #006495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006495 is #FF9B6A. Grayscale: #4B4B4B. Windows color (decimal): -16751467 or 9790464. OLE color: 9790464.

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

Color convert

RGB 0 100 149 -
CMYK 1 0.33 0 0.42
HSL 199.73º 1% 0.29% -
HSV(B) 199.73º 1% 0.58% -
XYZ 9.98 11.28 30.09 -
YUV 75.69 169.37 74.02 -
System Red Green Blue C M Y K H S L
Decimal 0 100 149 1 0.33 0 0.42 199.73 1 0.29
Hex 0 64 95 64 21 0 2A C8 64 1D
Octal 0 144 225 144 41 0 52 310 144 35
Binary 0 1100100 10010101 1100100 100001 0 101010 11001000 1100100 11101

Color Harmonies of #006495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006495

Black with #006495

Text Example


Text Example

White with #006495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006495; }

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

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

background-color css

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

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

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

border-color css

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

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

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