Html Css Color HEX #1002BD Medium Blue

📋 copy color: '#1002BD'

red 16 ◦ green 2 ◦ blue 189

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

Shades of Medium Blue #1002BD

Tints of Medium Blue #1002BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 91.3%

R = 7.73%
G = 0.97%
B = 91.3%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1002BD (or 0x1002BD) is known color: Medium Blue. HEX triplet: 10, 02 and BD. RGB value is (16,2,189). Sum of RGB (Red+Green+Blue) = 16+2+189=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 189 (74.22% from 255 or 91.30% from 207); Max value from RGB is 189 - color contains mainly: blue. Hex color #1002BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002BD is #EFFD42. Grayscale: #1A1A1A. Windows color (decimal): -15727939 or 12386832. OLE color: 12386832.

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

Color convert

RGB 16 2 189 -
CMYK 0.92 0.99 0 0.26
HSL 244.49º 0.98% 0.37% -
HSV(B) 244.49º 0.99% 0.74% -
XYZ 9.42 3.83 48.39 -
YUV 27.5 219.14 119.79 -
System Red Green Blue C M Y K H S L
Decimal 16 2 189 0.92 0.99 0 0.26 244.49 0.98 0.37
Hex 10 2 BD 5C 63 0 1A F4 62 25
Octal 20 2 275 134 143 0 32 364 142 45
Binary 10000 10 10111101 1011100 1100011 0 11010 11110100 1100010 100101

Color Harmonies of #1002BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1002BD

Black with #1002BD

Text Example


Text Example

White with #1002BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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