Html Css Color HEX #1002CB Medium Blue

📋 copy color: '#1002CB'

red 16 ◦ green 2 ◦ blue 203

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

Shades of Medium Blue #1002CB

Tints of Medium Blue #1002CB

RGB

 RED value IS 16 (6.64% from 255) = 7.24%

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 7.24%
G = 0.9%
B = 91.86%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1002CB (or 0x1002CB) is known color: Medium Blue. HEX triplet: 10, 02 and CB. RGB value is (16,2,203). Sum of RGB (Red+Green+Blue) = 16+2+203=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 203 (79.69% from 255 or 91.86% from 221); Max value from RGB is 203 - color contains mainly: blue. Hex color #1002CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002CB is #EFFD34. Grayscale: #1C1C1C. Windows color (decimal): -15727925 or 13304336. OLE color: 13304336.

HSL color Cylindrical-coordinate representation of color #1002CB: hue angle of 244.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1002CB is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 2 203 -
CMYK 0.92 0.99 0 0.20
HSL 244.18º 0.98% 0.4% -
HSV(B) 244.18º 0.99% 0.8% -
XYZ 11.01 4.47 56.78 -
YUV 29.1 226.14 118.66 -
System Red Green Blue C M Y K H S L
Decimal 16 2 203 0.92 0.99 0 0.20 244.18 0.98 0.4
Hex 10 2 CB 5C 63 0 14 F4 62 28
Octal 20 2 313 134 143 0 24 364 142 50
Binary 10000 10 11001011 1011100 1100011 0 10100 11110100 1100010 101000

Color Harmonies of #1002CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1002CB

Black with #1002CB

Text Example


Text Example

White with #1002CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1002CB; }

 p { color: rgb(16,2,203); }

 H1.HeaderClassName
 {
   color: #1002CB;
 }
 .AnyTagClassName
 {
   color: #1002CB;
 }
</style>

background-color css

<style>
 a { background-color: #1002CB; }

 a { background-color: rgb(16,2,203); }

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

border-color css

<style>
 span { border-color: #1002CB; }

 span { border-color: rgb(16,2,203); }

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