Html Css Color HEX #0A6ABC Denim

📋 copy color: '#0A6ABC'

red 10 ◦ green 106 ◦ blue 188

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

Shades of Denim #0A6ABC

Tints of Denim #0A6ABC

RGB

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

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

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

R = 3.29%
G = 34.87%
B = 61.84%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A6ABC (or 0x0A6ABC) is known color: Denim. HEX triplet: 0A, 6A and BC. RGB value is (10,106,188). Sum of RGB (Red+Green+Blue) = 10+106+188=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A6ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6ABC is #F59543. Grayscale: #565656. Windows color (decimal): -16094532 or 12347914. OLE color: 12347914.

HSL color Cylindrical-coordinate representation of color #0A6ABC: hue angle of 207.64º 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 #0A6ABC is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 106 188 -
CMYK 0.95 0.44 0 0.26
HSL 207.64º 0.9% 0.39% -
HSV(B) 207.64º 0.95% 0.74% -
XYZ 14.36 14 49.52 -
YUV 86.64 185.2 73.33 -
System Red Green Blue C M Y K H S L
Decimal 10 106 188 0.95 0.44 0 0.26 207.64 0.9 0.39
Hex A 6A BC 5F 2C 0 1A D0 5A 27
Octal 12 152 274 137 54 0 32 320 132 47
Binary 1010 1101010 10111100 1011111 101100 0 11010 11010000 1011010 100111

Color Harmonies of #0A6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6ABC

Black with #0A6ABC

Text Example


Text Example

White with #0A6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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