Html Css Color HEX #0A1DCE Medium Blue

📋 copy color: '#0A1DCE'

red 10 ◦ green 29 ◦ blue 206

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

Shades of Medium Blue #0A1DCE

Tints of Medium Blue #0A1DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

 BLUE value IS 206 (80.86% from 255) = 84.08%

R = 4.08%
G = 11.84%
B = 84.08%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A1DCE (or 0x0A1DCE) is known color: Medium Blue. HEX triplet: 0A, 1D and CE. RGB value is (10,29,206). Sum of RGB (Red+Green+Blue) = 10+29+206=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 206 (80.86% from 255 or 84.08% from 245); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A1DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A1DCE is #F5E231. Grayscale: #2A2A2A. Windows color (decimal): -16114226 or 13507850. OLE color: 13507850.

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

Color convert

RGB 10 29 206 -
CMYK 0.95 0.86 0 0.19
HSL 234.18º 0.91% 0.42% -
HSV(B) 234.18º 0.95% 0.81% -
XYZ 11.71 5.4 58.82 -
YUV 43.5 219.71 104.11 -
System Red Green Blue C M Y K H S L
Decimal 10 29 206 0.95 0.86 0 0.19 234.18 0.91 0.42
Hex A 1D CE 5F 56 0 13 EA 5B 2A
Octal 12 35 316 137 126 0 23 352 133 52
Binary 1010 11101 11001110 1011111 1010110 0 10011 11101010 1011011 101010

Color Harmonies of #0A1DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1DCE

Black with #0A1DCE

Text Example


Text Example

White with #0A1DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,29,206); }

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

background-color css

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

 a { background-color: rgb(10,29,206); }

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

border-color css

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

 span { border-color: rgb(10,29,206); }

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