Html Css Color HEX #0260AE Denim

📋 copy color: '#0260AE'

red 2 ◦ green 96 ◦ blue 174

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

Shades of Denim #0260AE

Tints of Denim #0260AE

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

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

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

R = 0.74%
G = 35.29%
B = 63.97%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0260AE (or 0x0260AE) is known color: Denim. HEX triplet: 02, 60 and AE. RGB value is (2,96,174). Sum of RGB (Red+Green+Blue) = 2+96+174=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #0260AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0260AE is #FD9F51. Grayscale: #4C4C4C. Windows color (decimal): -16621394 or 11427842. OLE color: 11427842.

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

Color convert

RGB 2 96 174 -
CMYK 0.99 0.45 0 0.32
HSL 207.21º 0.98% 0.35% -
HSV(B) 207.21º 0.99% 0.68% -
XYZ 11.85 11.43 41.63 -
YUV 76.79 182.86 74.66 -
System Red Green Blue C M Y K H S L
Decimal 2 96 174 0.99 0.45 0 0.32 207.21 0.98 0.35
Hex 2 60 AE 63 2D 0 20 CF 62 23
Octal 2 140 256 143 55 0 40 317 142 43
Binary 10 1100000 10101110 1100011 101101 0 100000 11001111 1100010 100011

Color Harmonies of #0260AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260AE

Black with #0260AE

Text Example


Text Example

White with #0260AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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