Html Css Color HEX #0A04D2 Medium Blue

📋 copy color: '#0A04D2'

red 10 ◦ green 4 ◦ blue 210

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

Shades of Medium Blue #0A04D2

Tints of Medium Blue #0A04D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 93.75%

R = 4.46%
G = 1.79%
B = 93.75%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0A04D2 (or 0x0A04D2) is known color: Medium Blue. HEX triplet: 0A, 04 and D2. RGB value is (10,4,210). Sum of RGB (Red+Green+Blue) = 10+4+210=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 210 (82.42% from 255 or 93.75% from 224); Max value from RGB is 210 - color contains mainly: blue. Hex color #0A04D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A04D2 is #F5FB2D. Grayscale: #1C1C1C. Windows color (decimal): -16120622 or 13763594. OLE color: 13763594.

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

Color convert

RGB 10 4 210 -
CMYK 0.95 0.98 0 0.18
HSL 241.75º 0.96% 0.42% -
HSV(B) 241.75º 0.98% 0.82% -
XYZ 11.8 4.8 61.28 -
YUV 29.28 229.99 114.25 -
System Red Green Blue C M Y K H S L
Decimal 10 4 210 0.95 0.98 0 0.18 241.75 0.96 0.42
Hex A 4 D2 5F 62 0 12 F2 60 2A
Octal 12 4 322 137 142 0 22 362 140 52
Binary 1010 100 11010010 1011111 1100010 0 10010 11110010 1100000 101010

Color Harmonies of #0A04D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A04D2

Black with #0A04D2

Text Example


Text Example

White with #0A04D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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