Html Css Color HEX #0A14DA Medium Blue

📋 copy color: '#0A14DA'

red 10 ◦ green 20 ◦ blue 218

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

Shades of Medium Blue #0A14DA

Tints of Medium Blue #0A14DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

 BLUE value IS 218 (85.55% from 255) = 87.9%

R = 4.03%
G = 8.06%
B = 87.9%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0A14DA (or 0x0A14DA) is known color: Medium Blue. HEX triplet: 0A, 14 and DA. RGB value is (10,20,218). Sum of RGB (Red+Green+Blue) = 10+20+218=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A14DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A14DA is #F5EB25. Grayscale: #262626. Windows color (decimal): -16116518 or 14291978. OLE color: 14291978.

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

Color convert

RGB 10 20 218 -
CMYK 0.95 0.91 0 0.15
HSL 237.12º 0.91% 0.45% -
HSV(B) 237.12º 0.95% 0.85% -
XYZ 13.03 5.63 66.73 -
YUV 39.58 228.69 106.9 -
System Red Green Blue C M Y K H S L
Decimal 10 20 218 0.95 0.91 0 0.15 237.12 0.91 0.45
Hex A 14 DA 5F 5B 0 F ED 5B 2D
Octal 12 24 332 137 133 0 17 355 133 55
Binary 1010 10100 11011010 1011111 1011011 0 1111 11101101 1011011 101101

Color Harmonies of #0A14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A14DA

Black with #0A14DA

Text Example


Text Example

White with #0A14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,20,218); }

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

background-color css

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

 a { background-color: rgb(10,20,218); }

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

border-color css

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

 span { border-color: rgb(10,20,218); }

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