Html Css Color HEX #1437CB Persian Blue

📋 copy color: '#1437CB'

red 20 ◦ green 55 ◦ blue 203

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

Shades of Persian Blue #1437CB

Tints of Persian Blue #1437CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 73.02%

R = 7.19%
G = 19.78%
B = 73.02%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1437CB (or 0x1437CB) is known color: Persian Blue. HEX triplet: 14, 37 and CB. RGB value is (20,55,203). Sum of RGB (Red+Green+Blue) = 20+55+203=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #1437CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437CB is #EBC834. Grayscale: #3C3C3C. Windows color (decimal): -15452213 or 13317908. OLE color: 13317908.

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

Color convert

RGB 20 55 203 -
CMYK 0.90 0.73 0 0.20
HSL 228.52º 0.82% 0.44% -
HSV(B) 228.52º 0.9% 0.8% -
XYZ 12.43 7.19 57.23 -
YUV 61.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 20 55 203 0.90 0.73 0 0.20 228.52 0.82 0.44
Hex 14 37 CB 5A 49 0 14 E5 52 2C
Octal 24 67 313 132 111 0 24 345 122 54
Binary 10100 110111 11001011 1011010 1001001 0 10100 11100101 1010010 101100

Color Harmonies of #1437CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437CB

Black with #1437CB

Text Example


Text Example

White with #1437CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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