Html Css Color HEX #2126AF Persian Blue

📋 copy color: '#2126AF'

red 33 ◦ green 38 ◦ blue 175

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

Shades of Persian Blue #2126AF

Tints of Persian Blue #2126AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.45%

 BLUE value IS 175 (68.75% from 255) = 71.14%

R = 13.41%
G = 15.45%
B = 71.14%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2126AF (or 0x2126AF) is known color: Persian Blue. HEX triplet: 21, 26 and AF. RGB value is (33,38,175). Sum of RGB (Red+Green+Blue) = 33+38+175=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #2126AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2126AF is #DED950. Grayscale: #333333. Windows color (decimal): -14604625 or 11478561. OLE color: 11478561.

HSL color Cylindrical-coordinate representation of color #2126AF: hue angle of 237.89º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2126AF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 38 175 -
CMYK 0.81 0.78 0 0.31
HSL 237.89º 0.68% 0.41% -
HSV(B) 237.89º 0.81% 0.69% -
XYZ 9.06 4.8 41.01 -
YUV 52.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 33 38 175 0.81 0.78 0 0.31 237.89 0.68 0.41
Hex 21 26 AF 51 4E 0 1F EE 44 29
Octal 41 46 257 121 116 0 37 356 104 51
Binary 100001 100110 10101111 1010001 1001110 0 11111 11101110 1000100 101001

Color Harmonies of #2126AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2126AF

Black with #2126AF

Text Example


Text Example

White with #2126AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2126AF; }

 p { color: rgb(33,38,175); }

 H1.HeaderClassName
 {
   color: #2126AF;
 }
 .AnyTagClassName
 {
   color: #2126AF;
 }
</style>

background-color css

<style>
 a { background-color: #2126AF; }

 a { background-color: rgb(33,38,175); }

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

border-color css

<style>
 span { border-color: #2126AF; }

 span { border-color: rgb(33,38,175); }

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