Html Css Color HEX #0261AB Denim

📋 copy color: '#0261AB'

red 2 ◦ green 97 ◦ blue 171

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

Shades of Denim #0261AB

Tints of Denim #0261AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 0.74%
G = 35.93%
B = 63.33%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0261AB (or 0x0261AB) is known color: Denim. HEX triplet: 02, 61 and AB. RGB value is (2,97,171). Sum of RGB (Red+Green+Blue) = 2+97+171=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #0261AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0261AB is #FD9E54. Grayscale: #4C4C4C. Windows color (decimal): -16621141 or 11231490. OLE color: 11231490.

HSL color Cylindrical-coordinate representation of color #0261AB: hue angle of 206.27º 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 #0261AB is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 97 171 -
CMYK 0.99 0.43 0 0.33
HSL 206.27º 0.98% 0.34% -
HSV(B) 206.27º 0.99% 0.67% -
XYZ 11.65 11.5 40.13 -
YUV 77.03 181.03 74.48 -
System Red Green Blue C M Y K H S L
Decimal 2 97 171 0.99 0.43 0 0.33 206.27 0.98 0.34
Hex 2 61 AB 63 2B 0 21 CE 62 22
Octal 2 141 253 143 53 0 41 316 142 42
Binary 10 1100001 10101011 1100011 101011 0 100001 11001110 1100010 100010

Color Harmonies of #0261AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0261AB

Black with #0261AB

Text Example


Text Example

White with #0261AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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