Html Css Color HEX #141CCC Medium Blue

📋 copy color: '#141CCC'

red 20 ◦ green 28 ◦ blue 204

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

Shades of Medium Blue #141CCC

Tints of Medium Blue #141CCC

RGB

 RED value IS 20 (8.2% from 255) = 7.94%

 GREEN value IS 28 (11.33% from 255) = 11.11%

 BLUE value IS 204 (80.08% from 255) = 80.95%

R = 7.94%
G = 11.11%
B = 80.95%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#141CCC (or 0x141CCC) is known color: Medium Blue. HEX triplet: 14, 1C and CC. RGB value is (20,28,204). Sum of RGB (Red+Green+Blue) = 20+28+204=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #141CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CCC is #EBE333. Grayscale: #2C2C2C. Windows color (decimal): -15459124 or 13376532. OLE color: 13376532.

HSL color Cylindrical-coordinate representation of color #141CCC: hue angle of 237.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141CCC is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 28 204 -
CMYK 0.90 0.86 0 0.2
HSL 237.39º 0.82% 0.44% -
HSV(B) 237.39º 0.9% 0.8% -
XYZ 11.6 5.34 57.55 -
YUV 45.67 217.35 109.69 -
System Red Green Blue C M Y K H S L
Decimal 20 28 204 0.90 0.86 0 0.2 237.39 0.82 0.44
Hex 14 1C CC 5A 56 0 14 ED 52 2C
Octal 24 34 314 132 126 0 24 355 122 54
Binary 10100 11100 11001100 1011010 1010110 0 10100 11101101 1010010 101100

Color Harmonies of #141CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CCC

Black with #141CCC

Text Example


Text Example

White with #141CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141CCC; }

 p { color: rgb(20,28,204); }

 H1.HeaderClassName
 {
   color: #141CCC;
 }
 .AnyTagClassName
 {
   color: #141CCC;
 }
</style>

background-color css

<style>
 a { background-color: #141CCC; }

 a { background-color: rgb(20,28,204); }

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

border-color css

<style>
 span { border-color: #141CCC; }

 span { border-color: rgb(20,28,204); }

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