Html Css Color HEX #0A6CB4 Denim

📋 copy color: '#0A6CB4'

red 10 ◦ green 108 ◦ blue 180

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

Shades of Denim #0A6CB4

Tints of Denim #0A6CB4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.24%

 BLUE value IS 180 (70.7% from 255) = 60.4%

R = 3.36%
G = 36.24%
B = 60.4%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0A6CB4 (or 0x0A6CB4) is known color: Denim. HEX triplet: 0A, 6C and B4. RGB value is (10,108,180). Sum of RGB (Red+Green+Blue) = 10+108+180=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #0A6CB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6CB4 is #F5934B. Grayscale: #565656. Windows color (decimal): -16094028 or 11824138. OLE color: 11824138.

HSL color Cylindrical-coordinate representation of color #0A6CB4: hue angle of 205.41º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A6CB4 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 108 180 -
CMYK 0.94 0.40 0 0.29
HSL 205.41º 0.89% 0.37% -
HSV(B) 205.41º 0.94% 0.71% -
XYZ 13.73 14.08 45.18 -
YUV 86.91 180.53 73.15 -
System Red Green Blue C M Y K H S L
Decimal 10 108 180 0.94 0.40 0 0.29 205.41 0.89 0.37
Hex A 6C B4 5E 28 0 1D CD 59 25
Octal 12 154 264 136 50 0 35 315 131 45
Binary 1010 1101100 10110100 1011110 101000 0 11101 11001101 1011001 100101

Color Harmonies of #0A6CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6CB4

Black with #0A6CB4

Text Example


Text Example

White with #0A6CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,108,180); }

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

background-color css

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

 a { background-color: rgb(10,108,180); }

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

border-color css

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

 span { border-color: rgb(10,108,180); }

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