Html Css Color HEX #1021BE Persian Blue

📋 copy color: '#1021BE'

red 16 ◦ green 33 ◦ blue 190

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

Shades of Persian Blue #1021BE

Tints of Persian Blue #1021BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 190 (74.61% from 255) = 79.5%

R = 6.69%
G = 13.81%
B = 79.5%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1021BE (or 0x1021BE) is known color: Persian Blue. HEX triplet: 10, 21 and BE. RGB value is (16,33,190). Sum of RGB (Red+Green+Blue) = 16+33+190=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #1021BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1021BE is #EFDE41. Grayscale: #2D2D2D. Windows color (decimal): -15720002 or 12460304. OLE color: 12460304.

HSL color Cylindrical-coordinate representation of color #1021BE: hue angle of 234.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1021BE is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 33 190 -
CMYK 0.92 0.83 0 0.25
HSL 234.14º 0.84% 0.4% -
HSV(B) 234.14º 0.92% 0.75% -
XYZ 10.05 4.92 49.13 -
YUV 45.82 209.37 106.73 -
System Red Green Blue C M Y K H S L
Decimal 16 33 190 0.92 0.83 0 0.25 234.14 0.84 0.4
Hex 10 21 BE 5C 53 0 19 EA 54 28
Octal 20 41 276 134 123 0 31 352 124 50
Binary 10000 100001 10111110 1011100 1010011 0 11001 11101010 1010100 101000

Color Harmonies of #1021BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1021BE

Black with #1021BE

Text Example


Text Example

White with #1021BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1021BE; }

 p { color: rgb(16,33,190); }

 H1.HeaderClassName
 {
   color: #1021BE;
 }
 .AnyTagClassName
 {
   color: #1021BE;
 }
</style>

background-color css

<style>
 a { background-color: #1021BE; }

 a { background-color: rgb(16,33,190); }

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

border-color css

<style>
 span { border-color: #1021BE; }

 span { border-color: rgb(16,33,190); }

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