Html Css Color HEX #0105CD Medium Blue

📋 copy color: '#0105CD'

red 1 ◦ green 5 ◦ blue 205

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

Shades of Medium Blue #0105CD

Tints of Medium Blue #0105CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 0.47%
G = 2.37%
B = 97.16%

CMYK

 C value IS 1.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0105CD (or 0x0105CD) is known color: Medium Blue. HEX triplet: 01, 05 and CD. RGB value is (1,5,205). Sum of RGB (Red+Green+Blue) = 1+5+205=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 205 (80.47% from 255 or 97.16% from 211); Max value from RGB is 205 - color contains mainly: blue. Hex color #0105CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0105CD is #FEFA32. Grayscale: #191919. Windows color (decimal): -16710195 or 13436161. OLE color: 13436161.

HSL color Cylindrical-coordinate representation of color #0105CD: hue angle of 238.82º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0105CD is Cyan = 1.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 5 205 -
CMYK 1.00 0.98 0 0.20
HSL 238.82º 0.99% 0.4% -
HSV(B) 238.82º 1% 0.8% -
XYZ 11.09 4.52 58.05 -
YUV 26.6 228.67 109.74 -
System Red Green Blue C M Y K H S L
Decimal 1 5 205 1.00 0.98 0 0.20 238.82 0.99 0.4
Hex 1 5 CD 64 62 0 14 EF 63 28
Octal 1 5 315 144 142 0 24 357 143 50
Binary 1 101 11001101 1100100 1100010 0 10100 11101111 1100011 101000

Color Harmonies of #0105CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0105CD

Black with #0105CD

Text Example


Text Example

White with #0105CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0105CD; }

 p { color: rgb(1,5,205); }

 H1.HeaderClassName
 {
   color: #0105CD;
 }
 .AnyTagClassName
 {
   color: #0105CD;
 }
</style>

background-color css

<style>
 a { background-color: #0105CD; }

 a { background-color: rgb(1,5,205); }

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

border-color css

<style>
 span { border-color: #0105CD; }

 span { border-color: rgb(1,5,205); }

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