Html Css Color HEX #0A04CA Medium Blue

📋 copy color: '#0A04CA'

red 10 ◦ green 4 ◦ blue 202

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

Shades of Medium Blue #0A04CA

Tints of Medium Blue #0A04CA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

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

R = 4.63%
G = 1.85%
B = 93.52%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A04CA (or 0x0A04CA) is known color: Medium Blue. HEX triplet: 0A, 04 and CA. RGB value is (10,4,202). Sum of RGB (Red+Green+Blue) = 10+4+202=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 202 (79.30% from 255 or 93.52% from 216); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A04CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A04CA is #F5FB35. Grayscale: #1B1B1B. Windows color (decimal): -16120630 or 13239306. OLE color: 13239306.

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

Color convert

RGB 10 4 202 -
CMYK 0.95 0.98 0 0.21
HSL 241.82º 0.96% 0.4% -
HSV(B) 241.82º 0.98% 0.79% -
XYZ 10.83 4.42 56.16 -
YUV 28.37 225.99 114.9 -
System Red Green Blue C M Y K H S L
Decimal 10 4 202 0.95 0.98 0 0.21 241.82 0.96 0.4
Hex A 4 CA 5F 62 0 15 F2 60 28
Octal 12 4 312 137 142 0 25 362 140 50
Binary 1010 100 11001010 1011111 1100010 0 10101 11110010 1100000 101000

Color Harmonies of #0A04CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A04CA

Black with #0A04CA

Text Example


Text Example

White with #0A04CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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