Html Css Color HEX #056AB7 Denim

📋 copy color: '#056AB7'

red 5 ◦ green 106 ◦ blue 183

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

Shades of Denim #056AB7

Tints of Denim #056AB7

RGB

 RED value IS 5 (2.34% from 255) = 1.7%

 GREEN value IS 106 (41.8% from 255) = 36.05%

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

R = 1.7%
G = 36.05%
B = 62.24%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#056AB7 (or 0x056AB7) is known color: Denim. HEX triplet: 05, 6A and B7. RGB value is (5,106,183). Sum of RGB (Red+Green+Blue) = 5+106+183=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #056AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056AB7 is #FA9548. Grayscale: #545454. Windows color (decimal): -16422217 or 12020229. OLE color: 12020229.

HSL color Cylindrical-coordinate representation of color #056AB7: hue angle of 205.96º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056AB7 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 106 183 -
CMYK 0.97 0.42 0 0.28
HSL 205.96º 0.95% 0.37% -
HSV(B) 205.96º 0.97% 0.72% -
XYZ 13.76 13.76 46.73 -
YUV 84.58 183.54 71.24 -
System Red Green Blue C M Y K H S L
Decimal 5 106 183 0.97 0.42 0 0.28 205.96 0.95 0.37
Hex 5 6A B7 61 2A 0 1C CE 5F 25
Octal 5 152 267 141 52 0 34 316 137 45
Binary 101 1101010 10110111 1100001 101010 0 11100 11001110 1011111 100101

Color Harmonies of #056AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056AB7

Black with #056AB7

Text Example


Text Example

White with #056AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056AB7; }

 p { color: rgb(5,106,183); }

 H1.HeaderClassName
 {
   color: #056AB7;
 }
 .AnyTagClassName
 {
   color: #056AB7;
 }
</style>

background-color css

<style>
 a { background-color: #056AB7; }

 a { background-color: rgb(5,106,183); }

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

border-color css

<style>
 span { border-color: #056AB7; }

 span { border-color: rgb(5,106,183); }

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