Html Css Color HEX #2139BE Persian Blue

📋 copy color: '#2139BE'

red 33 ◦ green 57 ◦ blue 190

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

Shades of Persian Blue #2139BE

Tints of Persian Blue #2139BE

RGB

 RED value IS 33 (13.28% from 255) = 11.79%

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 11.79%
G = 20.36%
B = 67.86%

CMYK

 C value IS 0.83

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2139BE (or 0x2139BE) is known color: Persian Blue. HEX triplet: 21, 39 and BE. RGB value is (33,57,190). Sum of RGB (Red+Green+Blue) = 33+57+190=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #2139BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2139BE is #DEC641. Grayscale: #404040. Windows color (decimal): -14599746 or 12466465. OLE color: 12466465.

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

Color convert

RGB 33 57 190 -
CMYK 0.83 0.7 0 0.25
HSL 230.83º 0.7% 0.44% -
HSV(B) 230.83º 0.83% 0.75% -
XYZ 11.38 6.97 49.46 -
YUV 64.99 198.55 105.19 -
System Red Green Blue C M Y K H S L
Decimal 33 57 190 0.83 0.7 0 0.25 230.83 0.7 0.44
Hex 21 39 BE 53 46 0 19 E7 46 2C
Octal 41 71 276 123 106 0 31 347 106 54
Binary 100001 111001 10111110 1010011 1000110 0 11001 11100111 1000110 101100

Color Harmonies of #2139BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2139BE

Black with #2139BE

Text Example


Text Example

White with #2139BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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