Html Css Color HEX #1433DB Persian Blue

📋 copy color: '#1433DB'

red 20 ◦ green 51 ◦ blue 219

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

Shades of Persian Blue #1433DB

Tints of Persian Blue #1433DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 75.52%

R = 6.9%
G = 17.59%
B = 75.52%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1433DB (or 0x1433DB) is known color: Persian Blue. HEX triplet: 14, 33 and DB. RGB value is (20,51,219). Sum of RGB (Red+Green+Blue) = 20+51+219=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #1433DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1433DB is #EBCC24. Grayscale: #3C3C3C. Windows color (decimal): -15453221 or 14365460. OLE color: 14365460.

HSL color Cylindrical-coordinate representation of color #1433DB: hue angle of 230.65º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1433DB is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 51 219 -
CMYK 0.91 0.77 0 0.14
HSL 230.65º 0.83% 0.47% -
HSV(B) 230.65º 0.91% 0.86% -
XYZ 14.26 7.63 67.74 -
YUV 60.88 217.23 98.84 -
System Red Green Blue C M Y K H S L
Decimal 20 51 219 0.91 0.77 0 0.14 230.65 0.83 0.47
Hex 14 33 DB 5B 4D 0 E E7 53 2F
Octal 24 63 333 133 115 0 16 347 123 57
Binary 10100 110011 11011011 1011011 1001101 0 1110 11100111 1010011 101111

Color Harmonies of #1433DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1433DB

Black with #1433DB

Text Example


Text Example

White with #1433DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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