Html Css Color HEX #055FBA Denim

📋 copy color: '#055FBA'

red 5 ◦ green 95 ◦ blue 186

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

Shades of Denim #055FBA

Tints of Denim #055FBA

RGB

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

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

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

R = 1.75%
G = 33.22%
B = 65.03%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#055FBA (or 0x055FBA) is known color: Denim. HEX triplet: 05, 5F and BA. RGB value is (5,95,186). Sum of RGB (Red+Green+Blue) = 5+95+186=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #055FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FBA is #FAA045. Grayscale: #4E4E4E. Windows color (decimal): -16425030 or 12214021. OLE color: 12214021.

HSL color Cylindrical-coordinate representation of color #055FBA: hue angle of 210.17º 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 #055FBA is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 95 186 -
CMYK 0.97 0.49 0 0.27
HSL 210.17º 0.95% 0.37% -
HSV(B) 210.17º 0.97% 0.73% -
XYZ 13.02 11.76 48.04 -
YUV 78.46 188.68 75.6 -
System Red Green Blue C M Y K H S L
Decimal 5 95 186 0.97 0.49 0 0.27 210.17 0.95 0.37
Hex 5 5F BA 61 31 0 1B D2 5F 25
Octal 5 137 272 141 61 0 33 322 137 45
Binary 101 1011111 10111010 1100001 110001 0 11011 11010010 1011111 100101

Color Harmonies of #055FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055FBA

Black with #055FBA

Text Example


Text Example

White with #055FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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