Html Css Color HEX #0A60BC Denim

📋 copy color: '#0A60BC'

red 10 ◦ green 96 ◦ blue 188

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

Shades of Denim #0A60BC

Tints of Denim #0A60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 3.4%
G = 32.65%
B = 63.95%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A60BC (or 0x0A60BC) is known color: Denim. HEX triplet: 0A, 60 and BC. RGB value is (10,96,188). Sum of RGB (Red+Green+Blue) = 10+96+188=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A60BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A60BC is #F59F43. Grayscale: #505050. Windows color (decimal): -16097092 or 12345354. OLE color: 12345354.

HSL color Cylindrical-coordinate representation of color #0A60BC: hue angle of 211.01º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A60BC is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 96 188 -
CMYK 0.95 0.49 0 0.26
HSL 211.01º 0.9% 0.39% -
HSV(B) 211.01º 0.95% 0.74% -
XYZ 13.39 12.06 49.2 -
YUV 80.77 188.51 77.52 -
System Red Green Blue C M Y K H S L
Decimal 10 96 188 0.95 0.49 0 0.26 211.01 0.9 0.39
Hex A 60 BC 5F 31 0 1A D3 5A 27
Octal 12 140 274 137 61 0 32 323 132 47
Binary 1010 1100000 10111100 1011111 110001 0 11010 11010011 1011010 100111

Color Harmonies of #0A60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A60BC

Black with #0A60BC

Text Example


Text Example

White with #0A60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,96,188); }

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

background-color css

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

 a { background-color: rgb(10,96,188); }

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

border-color css

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

 span { border-color: rgb(10,96,188); }

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