Html Css Color HEX #005FB6 Denim

📋 copy color: '#005FB6'

red 0 ◦ green 95 ◦ blue 182

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

Shades of Denim #005FB6

Tints of Denim #005FB6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.3%

 BLUE value IS 182 (71.48% from 255) = 65.7%

R = 0%
G = 34.3%
B = 65.7%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#005FB6 (or 0x005FB6) is known color: Denim. HEX triplet: 00, 5F and B6. RGB value is (0,95,182). Sum of RGB (Red+Green+Blue) = 0+95+182=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #005FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FB6 is #FFA049. Grayscale: #4C4C4C. Windows color (decimal): -16752714 or 11951872. OLE color: 11951872.

HSL color Cylindrical-coordinate representation of color #005FB6: hue angle of 208.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FB6 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 95 182 -
CMYK 1 0.48 0 0.29
HSL 208.68º 1% 0.36% -
HSV(B) 208.68º 1% 0.71% -
XYZ 12.54 11.56 45.83 -
YUV 76.51 187.53 73.43 -
System Red Green Blue C M Y K H S L
Decimal 0 95 182 1 0.48 0 0.29 208.68 1 0.36
Hex 0 5F B6 64 30 0 1D D1 64 24
Octal 0 137 266 144 60 0 35 321 144 44
Binary 0 1011111 10110110 1100100 110000 0 11101 11010001 1100100 100100

Color Harmonies of #005FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FB6

Black with #005FB6

Text Example


Text Example

White with #005FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005FB6; }

 p { color: rgb(0,95,182); }

 H1.HeaderClassName
 {
   color: #005FB6;
 }
 .AnyTagClassName
 {
   color: #005FB6;
 }
</style>

background-color css

<style>
 a { background-color: #005FB6; }

 a { background-color: rgb(0,95,182); }

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

border-color css

<style>
 span { border-color: #005FB6; }

 span { border-color: rgb(0,95,182); }

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