Html Css Color HEX #0A03DB Medium Blue

📋 copy color: '#0A03DB'

red 10 ◦ green 3 ◦ blue 219

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

Shades of Medium Blue #0A03DB

Tints of Medium Blue #0A03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 4.31%
G = 1.29%
B = 94.4%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A03DB (or 0x0A03DB) is known color: Medium Blue. HEX triplet: 0A, 03 and DB. RGB value is (10,3,219). Sum of RGB (Red+Green+Blue) = 10+3+219=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 219 (85.94% from 255 or 94.40% from 232); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A03DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A03DB is #F5FC24. Grayscale: #1C1C1C. Windows color (decimal): -16120869 or 14353162. OLE color: 14353162.

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

Color convert

RGB 10 3 219 -
CMYK 0.95 0.99 0 0.14
HSL 241.94º 0.97% 0.44% -
HSV(B) 241.94º 0.99% 0.86% -
XYZ 12.94 5.24 67.35 -
YUV 29.72 234.82 113.94 -
System Red Green Blue C M Y K H S L
Decimal 10 3 219 0.95 0.99 0 0.14 241.94 0.97 0.44
Hex A 3 DB 5F 63 0 E F2 61 2C
Octal 12 3 333 137 143 0 16 362 141 54
Binary 1010 11 11011011 1011111 1100011 0 1110 11110010 1100001 101100

Color Harmonies of #0A03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A03DB

Black with #0A03DB

Text Example


Text Example

White with #0A03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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