Html Css Color HEX #1433BE Persian Blue

📋 copy color: '#1433BE'

red 20 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #1433BE

Tints of Persian Blue #1433BE

RGB

 RED value IS 20 (8.2% from 255) = 7.66%

 GREEN value IS 51 (20.31% from 255) = 19.54%

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

R = 7.66%
G = 19.54%
B = 72.8%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1433BE (or 0x1433BE) is known color: Persian Blue. HEX triplet: 14, 33 and BE. RGB value is (20,51,190). Sum of RGB (Red+Green+Blue) = 20+51+190=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #1433BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433BE is #EBCC41. Grayscale: #383838. Windows color (decimal): -15453250 or 12464916. OLE color: 12464916.

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

Color convert

RGB 20 51 190 -
CMYK 0.89 0.73 0 0.25
HSL 229.06º 0.81% 0.41% -
HSV(B) 229.06º 0.89% 0.75% -
XYZ 10.77 6.23 49.35 -
YUV 57.58 202.73 101.2 -
System Red Green Blue C M Y K H S L
Decimal 20 51 190 0.89 0.73 0 0.25 229.06 0.81 0.41
Hex 14 33 BE 59 49 0 19 E5 51 29
Octal 24 63 276 131 111 0 31 345 121 51
Binary 10100 110011 10111110 1011001 1001001 0 11001 11100101 1010001 101001

Color Harmonies of #1433BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1433BE

Black with #1433BE

Text Example


Text Example

White with #1433BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,51,190); }

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

background-color css

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

 a { background-color: rgb(20,51,190); }

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

border-color css

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

 span { border-color: rgb(20,51,190); }

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