Html Css Color HEX #001CC6 Medium Blue

📋 copy color: '#001CC6'

red 0 ◦ green 28 ◦ blue 198

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

Shades of Medium Blue #001CC6

Tints of Medium Blue #001CC6

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 198 (77.73% from 255) = 87.61%

R = 0%
G = 12.39%
B = 87.61%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#001CC6 (or 0x001CC6) is known color: Medium Blue. HEX triplet: 00, 1C and C6. RGB value is (0,28,198). Sum of RGB (Red+Green+Blue) = 0+28+198=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 198 (77.73% from 255 or 87.61% from 226); Max value from RGB is 198 - color contains mainly: blue. Hex color #001CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CC6 is #FFE339. Grayscale: #262626. Windows color (decimal): -16769850 or 12983296. OLE color: 12983296.

HSL color Cylindrical-coordinate representation of color #001CC6: hue angle of 231.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CC6 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 28 198 -
CMYK 1 0.86 0 0.22
HSL 231.52º 1% 0.39% -
HSV(B) 231.52º 1% 0.78% -
XYZ 10.61 4.91 53.81 -
YUV 39.01 217.72 100.18 -
System Red Green Blue C M Y K H S L
Decimal 0 28 198 1 0.86 0 0.22 231.52 1 0.39
Hex 0 1C C6 64 56 0 16 E8 64 27
Octal 0 34 306 144 126 0 26 350 144 47
Binary 0 11100 11000110 1100100 1010110 0 10110 11101000 1100100 100111

Color Harmonies of #001CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CC6

Black with #001CC6

Text Example


Text Example

White with #001CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001CC6; }

 p { color: rgb(0,28,198); }

 H1.HeaderClassName
 {
   color: #001CC6;
 }
 .AnyTagClassName
 {
   color: #001CC6;
 }
</style>

background-color css

<style>
 a { background-color: #001CC6; }

 a { background-color: rgb(0,28,198); }

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

border-color css

<style>
 span { border-color: #001CC6; }

 span { border-color: rgb(0,28,198); }

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