Html Css Color HEX #001CCA Medium Blue

📋 copy color: '#001CCA'

red 0 ◦ green 28 ◦ blue 202

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

Shades of Medium Blue #001CCA

Tints of Medium Blue #001CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 87.83%

R = 0%
G = 12.17%
B = 87.83%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#001CCA (or 0x001CCA) is known color: Medium Blue. HEX triplet: 00, 1C and CA. RGB value is (0,28,202). Sum of RGB (Red+Green+Blue) = 0+28+202=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 202 (79.30% from 255 or 87.83% from 230); Max value from RGB is 202 - color contains mainly: blue. Hex color #001CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCA is #FFE335. Grayscale: #262626. Windows color (decimal): -16769846 or 13245440. OLE color: 13245440.

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

Color convert

RGB 0 28 202 -
CMYK 1 0.86 0 0.21
HSL 231.68º 1% 0.4% -
HSV(B) 231.68º 1% 0.79% -
XYZ 11.08 5.09 56.28 -
YUV 39.46 219.72 99.85 -
System Red Green Blue C M Y K H S L
Decimal 0 28 202 1 0.86 0 0.21 231.68 1 0.4
Hex 0 1C CA 64 56 0 15 E8 64 28
Octal 0 34 312 144 126 0 25 350 144 50
Binary 0 11100 11001010 1100100 1010110 0 10101 11101000 1100100 101000

Color Harmonies of #001CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CCA

Black with #001CCA

Text Example


Text Example

White with #001CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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