Html Css Color HEX #0A59BA Denim

📋 copy color: '#0A59BA'

red 10 ◦ green 89 ◦ blue 186

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

Shades of Denim #0A59BA

Tints of Denim #0A59BA

RGB

 RED value IS 10 (4.3% from 255) = 3.51%

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

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

R = 3.51%
G = 31.23%
B = 65.26%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0A59BA (or 0x0A59BA) is known color: Denim. HEX triplet: 0A, 59 and BA. RGB value is (10,89,186). Sum of RGB (Red+Green+Blue) = 10+89+186=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A59BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A59BA is #F5A645. Grayscale: #4B4B4B. Windows color (decimal): -16098886 or 12212490. OLE color: 12212490.

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

Color convert

RGB 10 89 186 -
CMYK 0.95 0.52 0 0.27
HSL 213.07º 0.9% 0.38% -
HSV(B) 213.07º 0.95% 0.73% -
XYZ 12.56 10.75 47.87 -
YUV 76.44 189.83 80.61 -
System Red Green Blue C M Y K H S L
Decimal 10 89 186 0.95 0.52 0 0.27 213.07 0.9 0.38
Hex A 59 BA 5F 34 0 1B D5 5A 26
Octal 12 131 272 137 64 0 33 325 132 46
Binary 1010 1011001 10111010 1011111 110100 0 11011 11010101 1011010 100110

Color Harmonies of #0A59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A59BA

Black with #0A59BA

Text Example


Text Example

White with #0A59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A59BA; }

 p { color: rgb(10,89,186); }

 H1.HeaderClassName
 {
   color: #0A59BA;
 }
 .AnyTagClassName
 {
   color: #0A59BA;
 }
</style>

background-color css

<style>
 a { background-color: #0A59BA; }

 a { background-color: rgb(10,89,186); }

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

border-color css

<style>
 span { border-color: #0A59BA; }

 span { border-color: rgb(10,89,186); }

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