Html Css Color HEX #1437CA Persian Blue

📋 copy color: '#1437CA'

red 20 ◦ green 55 ◦ blue 202

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

Shades of Persian Blue #1437CA

Tints of Persian Blue #1437CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

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

R = 7.22%
G = 19.86%
B = 72.92%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1437CA (or 0x1437CA) is known color: Persian Blue. HEX triplet: 14, 37 and CA. RGB value is (20,55,202). Sum of RGB (Red+Green+Blue) = 20+55+202=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #1437CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437CA is #EBC835. Grayscale: #3C3C3C. Windows color (decimal): -15452214 or 13252372. OLE color: 13252372.

HSL color Cylindrical-coordinate representation of color #1437CA: hue angle of 228.46º 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 #1437CA is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 55 202 -
CMYK 0.90 0.73 0 0.21
HSL 228.46º 0.82% 0.44% -
HSV(B) 228.46º 0.9% 0.79% -
XYZ 12.32 7.15 56.61 -
YUV 61.29 207.4 98.55 -
System Red Green Blue C M Y K H S L
Decimal 20 55 202 0.90 0.73 0 0.21 228.46 0.82 0.44
Hex 14 37 CA 5A 49 0 15 E4 52 2C
Octal 24 67 312 132 111 0 25 344 122 54
Binary 10100 110111 11001010 1011010 1001001 0 10101 11100100 1010010 101100

Color Harmonies of #1437CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437CA

Black with #1437CA

Text Example


Text Example

White with #1437CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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