Html Css Color HEX #0A13CD Medium Blue

📋 copy color: '#0A13CD'

red 10 ◦ green 19 ◦ blue 205

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

Shades of Medium Blue #0A13CD

Tints of Medium Blue #0A13CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.12%

 BLUE value IS 205 (80.47% from 255) = 87.61%

R = 4.27%
G = 8.12%
B = 87.61%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A13CD (or 0x0A13CD) is known color: Medium Blue. HEX triplet: 0A, 13 and CD. RGB value is (10,19,205). Sum of RGB (Red+Green+Blue) = 10+19+205=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 205 (80.47% from 255 or 87.61% from 234); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A13CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0A13CD is #F5EC32. Grayscale: #242424. Windows color (decimal): -16116787 or 13439754. OLE color: 13439754.

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

Color convert

RGB 10 19 205 -
CMYK 0.95 0.91 0 0.20
HSL 237.23º 0.91% 0.42% -
HSV(B) 237.23º 0.95% 0.8% -
XYZ 11.38 4.94 58.11 -
YUV 37.51 222.52 108.38 -
System Red Green Blue C M Y K H S L
Decimal 10 19 205 0.95 0.91 0 0.20 237.23 0.91 0.42
Hex A 13 CD 5F 5B 0 14 ED 5B 2A
Octal 12 23 315 137 133 0 24 355 133 52
Binary 1010 10011 11001101 1011111 1011011 0 10100 11101101 1011011 101010

Color Harmonies of #0A13CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A13CD

Black with #0A13CD

Text Example


Text Example

White with #0A13CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,205); }

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

background-color css

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

 a { background-color: rgb(10,19,205); }

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

border-color css

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

 span { border-color: rgb(10,19,205); }

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