Html Css Color HEX #1433B3 Persian Blue

📋 copy color: '#1433B3'

red 20 ◦ green 51 ◦ blue 179

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

Shades of Persian Blue #1433B3

Tints of Persian Blue #1433B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 71.6%

R = 8%
G = 20.4%
B = 71.6%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1433B3 (or 0x1433B3) is known color: Persian Blue. HEX triplet: 14, 33 and B3. RGB value is (20,51,179). Sum of RGB (Red+Green+Blue) = 20+51+179=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 179 (70.31% from 255 or 71.6% from 250); Max value from RGB is 179 - color contains mainly: blue. Hex color #1433B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433B3 is #EBCC4C. Grayscale: #373737. Windows color (decimal): -15453261 or 11744020. OLE color: 11744020.

HSL color Cylindrical-coordinate representation of color #1433B3: hue angle of 228.3º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1433B3 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 51 179 -
CMYK 0.89 0.72 0 0.30
HSL 228.3º 0.8% 0.39% -
HSV(B) 228.3º 0.89% 0.7% -
XYZ 9.61 5.77 43.26 -
YUV 56.32 197.23 102.09 -
System Red Green Blue C M Y K H S L
Decimal 20 51 179 0.89 0.72 0 0.30 228.3 0.8 0.39
Hex 14 33 B3 59 48 0 1E E4 50 27
Octal 24 63 263 131 110 0 36 344 120 47
Binary 10100 110011 10110011 1011001 1001000 0 11110 11100100 1010000 100111

Color Harmonies of #1433B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1433B3

Black with #1433B3

Text Example


Text Example

White with #1433B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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