Html Css Color HEX #0A1ADB Medium Blue

📋 copy color: '#0A1ADB'

red 10 ◦ green 26 ◦ blue 219

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

Shades of Medium Blue #0A1ADB

Tints of Medium Blue #0A1ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.2%

 BLUE value IS 219 (85.94% from 255) = 85.88%

R = 3.92%
G = 10.2%
B = 85.88%

CMYK

 C value IS 0.95

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A1ADB (or 0x0A1ADB) is known color: Medium Blue. HEX triplet: 0A, 1A and DB. RGB value is (10,26,219). Sum of RGB (Red+Green+Blue) = 10+26+219=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A1ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1ADB is #F5E524. Grayscale: #2A2A2A. Windows color (decimal): -16114981 or 14359050. OLE color: 14359050.

HSL color Cylindrical-coordinate representation of color #0A1ADB: hue angle of 235.41º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A1ADB is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 26 219 -
CMYK 0.95 0.88 0 0.14
HSL 235.41º 0.91% 0.45% -
HSV(B) 235.41º 0.95% 0.86% -
XYZ 13.28 5.92 67.46 -
YUV 43.22 227.2 104.31 -
System Red Green Blue C M Y K H S L
Decimal 10 26 219 0.95 0.88 0 0.14 235.41 0.91 0.45
Hex A 1A DB 5F 58 0 E EB 5B 2D
Octal 12 32 333 137 130 0 16 353 133 55
Binary 1010 11010 11011011 1011111 1011000 0 1110 11101011 1011011 101101

Color Harmonies of #0A1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1ADB

Black with #0A1ADB

Text Example


Text Example

White with #0A1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,26,219); }

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

background-color css

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

 a { background-color: rgb(10,26,219); }

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

border-color css

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

 span { border-color: rgb(10,26,219); }

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