Html Css Color HEX #1423CA Persian Blue

📋 copy color: '#1423CA'

red 20 ◦ green 35 ◦ blue 202

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

Shades of Persian Blue #1423CA

Tints of Persian Blue #1423CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 202 (79.3% from 255) = 78.6%

R = 7.78%
G = 13.62%
B = 78.6%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1423CA (or 0x1423CA) is known color: Persian Blue. HEX triplet: 14, 23 and CA. RGB value is (20,35,202). Sum of RGB (Red+Green+Blue) = 20+35+202=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 202 (79.30% from 255 or 78.60% from 257); Max value from RGB is 202 - color contains mainly: blue. Hex color #1423CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1423CA is #EBDC35. Grayscale: #303030. Windows color (decimal): -15457334 or 13247252. OLE color: 13247252.

HSL color Cylindrical-coordinate representation of color #1423CA: hue angle of 235.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1423CA is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 35 202 -
CMYK 0.90 0.83 0 0.21
HSL 235.05º 0.82% 0.44% -
HSV(B) 235.05º 0.9% 0.79% -
XYZ 11.55 5.62 56.35 -
YUV 49.55 214.03 106.92 -
System Red Green Blue C M Y K H S L
Decimal 20 35 202 0.90 0.83 0 0.21 235.05 0.82 0.44
Hex 14 23 CA 5A 53 0 15 EB 52 2C
Octal 24 43 312 132 123 0 25 353 122 54
Binary 10100 100011 11001010 1011010 1010011 0 10101 11101011 1010010 101100

Color Harmonies of #1423CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1423CA

Black with #1423CA

Text Example


Text Example

White with #1423CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1423CA; }

 p { color: rgb(20,35,202); }

 H1.HeaderClassName
 {
   color: #1423CA;
 }
 .AnyTagClassName
 {
   color: #1423CA;
 }
</style>

background-color css

<style>
 a { background-color: #1423CA; }

 a { background-color: rgb(20,35,202); }

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

border-color css

<style>
 span { border-color: #1423CA; }

 span { border-color: rgb(20,35,202); }

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