Html Css Color HEX #2143BE Persian Blue

📋 copy color: '#2143BE'

red 33 ◦ green 67 ◦ blue 190

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

Shades of Persian Blue #2143BE

Tints of Persian Blue #2143BE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 11.38%
G = 23.1%
B = 65.52%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2143BE (or 0x2143BE) is known color: Persian Blue. HEX triplet: 21, 43 and BE. RGB value is (33,67,190). Sum of RGB (Red+Green+Blue) = 33+67+190=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #2143BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2143BE is #DEBC41. Grayscale: #464646. Windows color (decimal): -14597186 or 12469025. OLE color: 12469025.

HSL color Cylindrical-coordinate representation of color #2143BE: hue angle of 227.01º 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 #2143BE is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 67 190 -
CMYK 0.83 0.65 0 0.25
HSL 227.01º 0.7% 0.44% -
HSV(B) 227.01º 0.83% 0.75% -
XYZ 11.93 8.06 49.64 -
YUV 70.86 195.24 101 -
System Red Green Blue C M Y K H S L
Decimal 33 67 190 0.83 0.65 0 0.25 227.01 0.7 0.44
Hex 21 43 BE 53 41 0 19 E3 46 2C
Octal 41 103 276 123 101 0 31 343 106 54
Binary 100001 1000011 10111110 1010011 1000001 0 11001 11100011 1000110 101100

Color Harmonies of #2143BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2143BE

Black with #2143BE

Text Example


Text Example

White with #2143BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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