Html Css Color HEX #0259B7 Denim

📋 copy color: '#0259B7'

red 2 ◦ green 89 ◦ blue 183

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

Shades of Denim #0259B7

Tints of Denim #0259B7

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 183 (71.88% from 255) = 66.79%

R = 0.73%
G = 32.48%
B = 66.79%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0259B7 (or 0x0259B7) is known color: Denim. HEX triplet: 02, 59 and B7. RGB value is (2,89,183). Sum of RGB (Red+Green+Blue) = 2+89+183=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 183 (71.88% from 255 or 66.79% from 274); Max value from RGB is 183 - color contains mainly: blue. Hex color #0259B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0259B7 is #FDA648. Grayscale: #494949. Windows color (decimal): -16623177 or 12015874. OLE color: 12015874.

HSL color Cylindrical-coordinate representation of color #0259B7: hue angle of 211.16º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0259B7 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 89 183 -
CMYK 0.99 0.51 0 0.28
HSL 211.16º 0.98% 0.36% -
HSV(B) 211.16º 0.99% 0.72% -
XYZ 12.14 10.58 46.2 -
YUV 73.7 189.68 76.86 -
System Red Green Blue C M Y K H S L
Decimal 2 89 183 0.99 0.51 0 0.28 211.16 0.98 0.36
Hex 2 59 B7 63 33 0 1C D3 62 24
Octal 2 131 267 143 63 0 34 323 142 44
Binary 10 1011001 10110111 1100011 110011 0 11100 11010011 1100010 100100

Color Harmonies of #0259B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0259B7

Black with #0259B7

Text Example


Text Example

White with #0259B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0259B7; }

 p { color: rgb(2,89,183); }

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

background-color css

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

 a { background-color: rgb(2,89,183); }

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

border-color css

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

 span { border-color: rgb(2,89,183); }

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