#0002C9

Color #0002C9 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0002C9

Tints of Medium Blue #0002C9

Color information

#0002C9 (or 0x0002C9) is unknown color: approx Medium Blue. HEX triplet: 00, 02 and C9. RGB value is (0,2,201). Sum of RGB (Red+Green+Blue) = 0+2+201=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 201 (78.91% from 255 or 99.01% from 203); Max value from RGB is 201 - color contains mainly: blue. Hex color #0002C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0002C9 is #FFFD36. Grayscale: #171717. Windows color (decimal): -16776503 or 13173248. OLE color: 13173248.

HSL color Cylindrical-coordinate representation of color #0002C9: hue angle of 239.4º 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 #0002C9 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB02201-
CMYK10.9900.21
HSL239.4º100%39.41%-
HSV(B)239.4º100%78.82%-
XYZ10.564.2655.52-
YUV24.09227.84110.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 201 (78.91% from 255) = 99.01%
R=0%
G=0.99%
B=99.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal0220110.9900.21239.410039.41
Hex02C96463015ef6427
Octal0231114414302535714447
Binary0101100100111001001100011010101111011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0002C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0002C9;
 }
 .AnyTagClassName
 {
   color: #0002C9;
 }
</style>
background-color css

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

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

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

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

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

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