Html Css Color HEX #0260AB Denim

📋 copy color: '#0260AB'

red 2 ◦ green 96 ◦ blue 171

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

Shades of Denim #0260AB

Tints of Denim #0260AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.57%

R = 0.74%
G = 35.69%
B = 63.57%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0260AB (or 0x0260AB) is known color: Denim. HEX triplet: 02, 60 and AB. RGB value is (2,96,171). Sum of RGB (Red+Green+Blue) = 2+96+171=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #0260AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0260AB is #FD9F54. Grayscale: #4C4C4C. Windows color (decimal): -16621397 or 11231234. OLE color: 11231234.

HSL color Cylindrical-coordinate representation of color #0260AB: hue angle of 206.63º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260AB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 96 171 -
CMYK 0.99 0.44 0 0.33
HSL 206.63º 0.98% 0.34% -
HSV(B) 206.63º 0.99% 0.67% -
XYZ 11.56 11.32 40.1 -
YUV 76.44 181.36 74.9 -
System Red Green Blue C M Y K H S L
Decimal 2 96 171 0.99 0.44 0 0.33 206.63 0.98 0.34
Hex 2 60 AB 63 2C 0 21 CF 62 22
Octal 2 140 253 143 54 0 41 317 142 42
Binary 10 1100000 10101011 1100011 101100 0 100001 11001111 1100010 100010

Color Harmonies of #0260AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0260AB

Black with #0260AB

Text Example


Text Example

White with #0260AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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