Html Css Color HEX #001CCB Medium Blue

📋 copy color: '#001CCB'

red 0 ◦ green 28 ◦ blue 203

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

Shades of Medium Blue #001CCB

Tints of Medium Blue #001CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 87.88%

R = 0%
G = 12.12%
B = 87.88%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#001CCB (or 0x001CCB) is known color: Medium Blue. HEX triplet: 00, 1C and CB. RGB value is (0,28,203). Sum of RGB (Red+Green+Blue) = 0+28+203=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 203 (79.69% from 255 or 87.88% from 231); Max value from RGB is 203 - color contains mainly: blue. Hex color #001CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001CCB is #FFE334. Grayscale: #262626. Windows color (decimal): -16769845 or 13310976. OLE color: 13310976.

HSL color Cylindrical-coordinate representation of color #001CCB: hue angle of 231.72º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CCB is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 28 203 -
CMYK 1 0.86 0 0.20
HSL 231.72º 1% 0.4% -
HSV(B) 231.72º 1% 0.8% -
XYZ 11.19 5.14 56.9 -
YUV 39.58 220.22 99.77 -
System Red Green Blue C M Y K H S L
Decimal 0 28 203 1 0.86 0 0.20 231.72 1 0.4
Hex 0 1C CB 64 56 0 14 E8 64 28
Octal 0 34 313 144 126 0 24 350 144 50
Binary 0 11100 11001011 1100100 1010110 0 10100 11101000 1100100 101000

Color Harmonies of #001CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001CCB

Black with #001CCB

Text Example


Text Example

White with #001CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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