Html Css Color HEX #0001CA Medium Blue

📋 copy color: '#0001CA'

red 0 ◦ green 1 ◦ blue 202

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

Shades of Medium Blue #0001CA

Tints of Medium Blue #0001CA

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.3% from 255) = 99.51%

R = 0%
G = 0.49%
B = 99.51%

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

#0001CA (or 0x0001CA) is known color: 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

RGB 0 1 202 -
CMYK 1 1.00 0 0.21
HSL 239.7º 1% 0.4% -
HSV(B) 239.7º 1% 0.79% -
XYZ 10.67 4.29 56.14 -
YUV 23.62 228.67 111.16 -
System Red Green Blue C M Y K H S L
Decimal 0 1 202 1 1.00 0 0.21 239.7 1 0.4
Hex 0 1 CA 64 64 0 15 F0 64 28
Octal 0 1 312 144 144 0 25 360 144 50
Binary 0 1 11001010 1100100 1100100 0 10101 11110000 1100100 101000

Color Harmonies of #0001CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0001CA

Black with #0001CA

Text Example


Text Example

White with #0001CA

Text Example


Text Example

HTML Codes & Css Web 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>