Html Css Color HEX #0001C9 Medium Blue

📋 copy color: '#0001C9'

red 0 ◦ green 1 ◦ blue 201

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

Shades of Medium Blue #0001C9

Tints of Medium Blue #0001C9

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 201 (78.91% from 255) = 99.5%

R = 0%
G = 0.5%
B = 99.5%

CMYK

 C value IS 1

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0001C9 (or 0x0001C9) is known color: Medium Blue. HEX triplet: 00, 01 and C9. RGB value is (0,1,201). Sum of RGB (Red+Green+Blue) = 0+1+201=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 201 (78.91% from 255 or 99.50% from 202); Max value from RGB is 201 - color contains mainly: blue. Hex color #0001C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0001C9 is #FFFE36. Grayscale: #161616. Windows color (decimal): -16776759 or 13172992. OLE color: 13172992.

HSL color Cylindrical-coordinate representation of color #0001C9: hue angle of 239.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0001C9 is Cyan = 1, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 1 201 -
CMYK 1 1.00 0 0.21
HSL 239.7º 1% 0.39% -
HSV(B) 239.7º 1% 0.79% -
XYZ 10.55 4.24 55.52 -
YUV 23.5 228.17 111.24 -
System Red Green Blue C M Y K H S L
Decimal 0 1 201 1 1.00 0 0.21 239.7 1 0.39
Hex 0 1 C9 64 64 0 15 F0 64 27
Octal 0 1 311 144 144 0 25 360 144 47
Binary 0 1 11001001 1100100 1100100 0 10101 11110000 1100100 100111

Color Harmonies of #0001C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0001C9

Black with #0001C9

Text Example


Text Example

White with #0001C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0001C9; }

 p { color: rgb(0,1,201); }

 H1.HeaderClassName
 {
   color: #0001C9;
 }
 .AnyTagClassName
 {
   color: #0001C9;
 }
</style>

background-color css

<style>
 a { background-color: #0001C9; }

 a { background-color: rgb(0,1,201); }

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

border-color css

<style>
 span { border-color: #0001C9; }

 span { border-color: rgb(0,1,201); }

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