Html Css Color HEX #0A05BC Medium Blue

📋 copy color: '#0A05BC'

red 10 ◦ green 5 ◦ blue 188

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

Shades of Medium Blue #0A05BC

Tints of Medium Blue #0A05BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 4.93%
G = 2.46%
B = 92.61%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A05BC (or 0x0A05BC) is known color: Medium Blue. HEX triplet: 0A, 05 and BC. RGB value is (10,5,188). Sum of RGB (Red+Green+Blue) = 10+5+188=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 188 (73.83% from 255 or 92.61% from 203); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A05BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A05BC is #F5FA43. Grayscale: #1A1A1A. Windows color (decimal): -16120388 or 12322058. OLE color: 12322058.

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

Color convert

RGB 10 5 188 -
CMYK 0.95 0.97 0 0.26
HSL 241.64º 0.95% 0.38% -
HSV(B) 241.64º 0.97% 0.74% -
XYZ 9.26 3.8 47.82 -
YUV 27.36 218.66 115.62 -
System Red Green Blue C M Y K H S L
Decimal 10 5 188 0.95 0.97 0 0.26 241.64 0.95 0.38
Hex A 5 BC 5F 61 0 1A F2 5F 26
Octal 12 5 274 137 141 0 32 362 137 46
Binary 1010 101 10111100 1011111 1100001 0 11010 11110010 1011111 100110

Color Harmonies of #0A05BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A05BC

Black with #0A05BC

Text Example


Text Example

White with #0A05BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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