Html Css Color HEX #0060AE Denim

📋 copy color: '#0060AE'

red 0 ◦ green 96 ◦ blue 174

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

Shades of Denim #0060AE

Tints of Denim #0060AE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 174 (68.36% from 255) = 64.44%

R = 0%
G = 35.56%
B = 64.44%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0060AE (or 0x0060AE) is known color: Denim. HEX triplet: 00, 60 and AE. RGB value is (0,96,174). Sum of RGB (Red+Green+Blue) = 0+96+174=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #0060AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0060AE is #FF9F51. Grayscale: #4B4B4B. Windows color (decimal): -16752466 or 11427840. OLE color: 11427840.

HSL color Cylindrical-coordinate representation of color #0060AE: hue angle of 206.9º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0060AE is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 96 174 -
CMYK 1 0.45 0 0.32
HSL 206.9º 1% 0.34% -
HSV(B) 206.9º 1% 0.68% -
XYZ 11.82 11.42 41.63 -
YUV 76.19 183.2 73.66 -
System Red Green Blue C M Y K H S L
Decimal 0 96 174 1 0.45 0 0.32 206.9 1 0.34
Hex 0 60 AE 64 2D 0 20 CF 64 22
Octal 0 140 256 144 55 0 40 317 144 42
Binary 0 1100000 10101110 1100100 101101 0 100000 11001111 1100100 100010

Color Harmonies of #0060AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0060AE

Black with #0060AE

Text Example


Text Example

White with #0060AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0060AE; }

 p { color: rgb(0,96,174); }

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

background-color css

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

 a { background-color: rgb(0,96,174); }

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

border-color css

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

 span { border-color: rgb(0,96,174); }

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