Html Css Color HEX #0A01CA Medium Blue

📋 copy color: '#0A01CA'

red 10 ◦ green 1 ◦ blue 202

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

Shades of Medium Blue #0A01CA

Tints of Medium Blue #0A01CA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 202 (79.3% from 255) = 94.84%

R = 4.69%
G = 0.47%
B = 94.84%

CMYK

 C value IS 0.95

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A01CA (or 0x0A01CA) is known color: Medium Blue. HEX triplet: 0A, 01 and CA. RGB value is (10,1,202). Sum of RGB (Red+Green+Blue) = 10+1+202=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 202 (79.30% from 255 or 94.84% from 213); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A01CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A01CA is #F5FE35. Grayscale: #191919. Windows color (decimal): -16121398 or 13238538. OLE color: 13238538.

HSL color Cylindrical-coordinate representation of color #0A01CA: hue angle of 242.69º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A01CA is Cyan = 0.95, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 1 202 -
CMYK 0.95 1.00 0 0.21
HSL 242.69º 0.99% 0.4% -
HSV(B) 242.69º 1% 0.79% -
XYZ 10.8 4.35 56.15 -
YUV 26.61 226.98 116.16 -
System Red Green Blue C M Y K H S L
Decimal 10 1 202 0.95 1.00 0 0.21 242.69 0.99 0.4
Hex A 1 CA 5F 64 0 15 F3 63 28
Octal 12 1 312 137 144 0 25 363 143 50
Binary 1010 1 11001010 1011111 1100100 0 10101 11110011 1100011 101000

Color Harmonies of #0A01CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A01CA

Black with #0A01CA

Text Example


Text Example

White with #0A01CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,1,202); }

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

background-color css

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

 a { background-color: rgb(10,1,202); }

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

border-color css

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

 span { border-color: rgb(10,1,202); }

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