Html Css Color HEX #001BCA Medium Blue

📋 copy color: '#001BCA'

red 0 ◦ green 27 ◦ blue 202

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

Shades of Medium Blue #001BCA

Tints of Medium Blue #001BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.79%

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

R = 0%
G = 11.79%
B = 88.21%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#001BCA (or 0x001BCA) is known color: Medium Blue. HEX triplet: 00, 1B and CA. RGB value is (0,27,202). Sum of RGB (Red+Green+Blue) = 0+27+202=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 202 (79.30% from 255 or 88.21% from 229); Max value from RGB is 202 - color contains mainly: blue. Hex color #001BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BCA is #FFE435. Grayscale: #262626. Windows color (decimal): -16770102 or 13245184. OLE color: 13245184.

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

Color convert

RGB 0 27 202 -
CMYK 1 0.87 0 0.21
HSL 231.98º 1% 0.4% -
HSV(B) 231.98º 1% 0.79% -
XYZ 11.05 5.05 56.27 -
YUV 38.88 220.05 100.27 -
System Red Green Blue C M Y K H S L
Decimal 0 27 202 1 0.87 0 0.21 231.98 1 0.4
Hex 0 1B CA 64 57 0 15 E8 64 28
Octal 0 33 312 144 127 0 25 350 144 50
Binary 0 11011 11001010 1100100 1010111 0 10101 11101000 1100100 101000

Color Harmonies of #001BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BCA

Black with #001BCA

Text Example


Text Example

White with #001BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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