Html Css Color HEX #055ABA Denim

📋 copy color: '#055ABA'

red 5 ◦ green 90 ◦ blue 186

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

Shades of Denim #055ABA

Tints of Denim #055ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 1.78%
G = 32.03%
B = 66.19%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#055ABA (or 0x055ABA) is known color: Denim. HEX triplet: 05, 5A and BA. RGB value is (5,90,186). Sum of RGB (Red+Green+Blue) = 5+90+186=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #055ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ABA is #FAA545. Grayscale: #4B4B4B. Windows color (decimal): -16426310 or 12212741. OLE color: 12212741.

HSL color Cylindrical-coordinate representation of color #055ABA: hue angle of 211.82º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055ABA is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 90 186 -
CMYK 0.97 0.52 0 0.27
HSL 211.82º 0.95% 0.37% -
HSV(B) 211.82º 0.97% 0.73% -
XYZ 12.58 10.89 47.89 -
YUV 75.53 190.34 77.69 -
System Red Green Blue C M Y K H S L
Decimal 5 90 186 0.97 0.52 0 0.27 211.82 0.95 0.37
Hex 5 5A BA 61 34 0 1B D4 5F 25
Octal 5 132 272 141 64 0 33 324 137 45
Binary 101 1011010 10111010 1100001 110100 0 11011 11010100 1011111 100101

Color Harmonies of #055ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055ABA

Black with #055ABA

Text Example


Text Example

White with #055ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055ABA; }

 p { color: rgb(5,90,186); }

 H1.HeaderClassName
 {
   color: #055ABA;
 }
 .AnyTagClassName
 {
   color: #055ABA;
 }
</style>

background-color css

<style>
 a { background-color: #055ABA; }

 a { background-color: rgb(5,90,186); }

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

border-color css

<style>
 span { border-color: #055ABA; }

 span { border-color: rgb(5,90,186); }

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