Html Css Color HEX #0114CD Medium Blue

📋 copy color: '#0114CD'

red 1 ◦ green 20 ◦ blue 205

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

Shades of Medium Blue #0114CD

Tints of Medium Blue #0114CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

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

R = 0.44%
G = 8.85%
B = 90.71%

CMYK

 C value IS 1.00

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0114CD (or 0x0114CD) is known color: Medium Blue. HEX triplet: 01, 14 and CD. RGB value is (1,20,205). Sum of RGB (Red+Green+Blue) = 1+20+205=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 205 (80.47% from 255 or 90.71% from 226); Max value from RGB is 205 - color contains mainly: blue. Hex color #0114CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0114CD is #FEEB32. Grayscale: #222222. Windows color (decimal): -16706355 or 13440001. OLE color: 13440001.

HSL color Cylindrical-coordinate representation of color #0114CD: hue angle of 234.41º 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 #0114CD is Cyan = 1.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 20 205 -
CMYK 1.00 0.90 0 0.20
HSL 234.41º 0.99% 0.4% -
HSV(B) 234.41º 1% 0.8% -
XYZ 11.28 4.91 58.11 -
YUV 35.41 223.71 103.46 -
System Red Green Blue C M Y K H S L
Decimal 1 20 205 1.00 0.90 0 0.20 234.41 0.99 0.4
Hex 1 14 CD 64 5A 0 14 EA 63 28
Octal 1 24 315 144 132 0 24 352 143 50
Binary 1 10100 11001101 1100100 1011010 0 10100 11101010 1100011 101000

Color Harmonies of #0114CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0114CD

Black with #0114CD

Text Example


Text Example

White with #0114CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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