Html Css Color HEX #0A61BE Denim

📋 copy color: '#0A61BE'

red 10 ◦ green 97 ◦ blue 190

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

Shades of Denim #0A61BE

Tints of Denim #0A61BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 3.37%
G = 32.66%
B = 63.97%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0A61BE (or 0x0A61BE) is known color: Denim. HEX triplet: 0A, 61 and BE. RGB value is (10,97,190). Sum of RGB (Red+Green+Blue) = 10+97+190=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A61BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A61BE is #F59E41. Grayscale: #515151. Windows color (decimal): -16096834 or 12476682. OLE color: 12476682.

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

Color convert

RGB 10 97 190 -
CMYK 0.95 0.49 0 0.25
HSL 211º 0.9% 0.39% -
HSV(B) 211º 0.95% 0.75% -
XYZ 13.69 12.33 50.37 -
YUV 81.59 189.18 76.94 -
System Red Green Blue C M Y K H S L
Decimal 10 97 190 0.95 0.49 0 0.25 211 0.9 0.39
Hex A 61 BE 5F 31 0 19 D3 5A 27
Octal 12 141 276 137 61 0 31 323 132 47
Binary 1010 1100001 10111110 1011111 110001 0 11001 11010011 1011010 100111

Color Harmonies of #0A61BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A61BE

Black with #0A61BE

Text Example


Text Example

White with #0A61BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,97,190); }

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

background-color css

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

 a { background-color: rgb(10,97,190); }

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

border-color css

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

 span { border-color: rgb(10,97,190); }

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