Html Css Color HEX #1121BE Persian Blue

📋 copy color: '#1121BE'

red 17 ◦ green 33 ◦ blue 190

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

Shades of Persian Blue #1121BE

Tints of Persian Blue #1121BE

RGB

 RED value IS 17 (7.03% from 255) = 7.08%

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

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

R = 7.08%
G = 13.75%
B = 79.17%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1121BE (or 0x1121BE) is known color: Persian Blue. HEX triplet: 11, 21 and BE. RGB value is (17,33,190). Sum of RGB (Red+Green+Blue) = 17+33+190=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #1121BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1121BE is #EEDE41. Grayscale: #2D2D2D. Windows color (decimal): -15654466 or 12460305. OLE color: 12460305.

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

Color convert

RGB 17 33 190 -
CMYK 0.91 0.83 0 0.25
HSL 234.45º 0.84% 0.41% -
HSV(B) 234.45º 0.91% 0.75% -
XYZ 10.07 4.92 49.14 -
YUV 46.11 209.2 107.23 -
System Red Green Blue C M Y K H S L
Decimal 17 33 190 0.91 0.83 0 0.25 234.45 0.84 0.41
Hex 11 21 BE 5B 53 0 19 EA 54 29
Octal 21 41 276 133 123 0 31 352 124 51
Binary 10001 100001 10111110 1011011 1010011 0 11001 11101010 1010100 101001

Color Harmonies of #1121BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1121BE

Black with #1121BE

Text Example


Text Example

White with #1121BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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