Html Css Color HEX #2139CE Persian Blue

📋 copy color: '#2139CE'

red 33 ◦ green 57 ◦ blue 206

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

Shades of Persian Blue #2139CE

Tints of Persian Blue #2139CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.59%

R = 11.15%
G = 19.26%
B = 69.59%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2139CE (or 0x2139CE) is known color: Persian Blue. HEX triplet: 21, 39 and CE. RGB value is (33,57,206). Sum of RGB (Red+Green+Blue) = 33+57+206=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #2139CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2139CE is #DEC631. Grayscale: #424242. Windows color (decimal): -14599730 or 13515041. OLE color: 13515041.

HSL color Cylindrical-coordinate representation of color #2139CE: hue angle of 231.68º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2139CE is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 57 206 -
CMYK 0.84 0.72 0 0.19
HSL 231.68º 0.72% 0.47% -
HSV(B) 231.68º 0.84% 0.81% -
XYZ 13.23 7.71 59.18 -
YUV 66.81 206.55 103.88 -
System Red Green Blue C M Y K H S L
Decimal 33 57 206 0.84 0.72 0 0.19 231.68 0.72 0.47
Hex 21 39 CE 54 48 0 13 E8 48 2F
Octal 41 71 316 124 110 0 23 350 110 57
Binary 100001 111001 11001110 1010100 1001000 0 10011 11101000 1001000 101111

Color Harmonies of #2139CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2139CE

Black with #2139CE

Text Example


Text Example

White with #2139CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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