#0001CA

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

Shades of Medium Blue #0001CA

Tints of Medium Blue #0001CA

Color information

#0001CA (or 0x0001CA) is unknown color: approx Medium Blue. HEX triplet: 00, 01 and CA. RGB value is (0,1,202). Sum of RGB (Red+Green+Blue) = 0+1+202=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 202 (79.30% from 255 or 99.51% from 203); Max value from RGB is 202 - color contains mainly: blue. Hex color #0001CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0001CA is #FFFE35. Grayscale: #161616. Windows color (decimal): -16776758 or 13238528. OLE color: 13238528.

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

Color convert

RGB01202-
CMYK11.0000.21
HSL239.7º100%39.61%-
HSV(B)239.7º100%79.22%-
XYZ10.674.2956.14-
YUV23.62228.67111.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 202 (79.30% from 255) = 99.51%
R=0%
G=0.49%
B=99.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal0120211.0000.21239.710039.61
Hex01CA6464015f06428
Octal0131214414402536014450
Binary011100101011001001100100010101111100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0001CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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