Html Css Color HEX #1431CC Persian Blue

📋 copy color: '#1431CC'

red 20 ◦ green 49 ◦ blue 204

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

Shades of Persian Blue #1431CC

Tints of Persian Blue #1431CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.95%

 BLUE value IS 204 (80.08% from 255) = 74.73%

R = 7.33%
G = 17.95%
B = 74.73%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1431CC (or 0x1431CC) is known color: Persian Blue. HEX triplet: 14, 31 and CC. RGB value is (20,49,204). Sum of RGB (Red+Green+Blue) = 20+49+204=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #1431CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1431CC is #EBCE33. Grayscale: #393939. Windows color (decimal): -15453748 or 13381908. OLE color: 13381908.

HSL color Cylindrical-coordinate representation of color #1431CC: hue angle of 230.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1431CC is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 49 204 -
CMYK 0.90 0.76 0 0.2
HSL 230.54º 0.82% 0.44% -
HSV(B) 230.54º 0.9% 0.8% -
XYZ 12.29 6.7 57.77 -
YUV 58 210.39 100.9 -
System Red Green Blue C M Y K H S L
Decimal 20 49 204 0.90 0.76 0 0.2 230.54 0.82 0.44
Hex 14 31 CC 5A 4C 0 14 E7 52 2C
Octal 24 61 314 132 114 0 24 347 122 54
Binary 10100 110001 11001100 1011010 1001100 0 10100 11100111 1010010 101100

Color Harmonies of #1431CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431CC

Black with #1431CC

Text Example


Text Example

White with #1431CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1431CC; }

 p { color: rgb(20,49,204); }

 H1.HeaderClassName
 {
   color: #1431CC;
 }
 .AnyTagClassName
 {
   color: #1431CC;
 }
</style>

background-color css

<style>
 a { background-color: #1431CC; }

 a { background-color: rgb(20,49,204); }

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

border-color css

<style>
 span { border-color: #1431CC; }

 span { border-color: rgb(20,49,204); }

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