Html Css Color HEX #1437DA Persian Blue

📋 copy color: '#1437DA'

red 20 ◦ green 55 ◦ blue 218

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

Shades of Persian Blue #1437DA

Tints of Persian Blue #1437DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 74.4%

R = 6.83%
G = 18.77%
B = 74.4%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1437DA (or 0x1437DA) is known color: Persian Blue. HEX triplet: 14, 37 and DA. RGB value is (20,55,218). Sum of RGB (Red+Green+Blue) = 20+55+218=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 218 (85.55% from 255 or 74.40% from 293); Max value from RGB is 218 - color contains mainly: blue. Hex color #1437DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1437DA is #EBC825. Grayscale: #3E3E3E. Windows color (decimal): -15452198 or 14300948. OLE color: 14300948.

HSL color Cylindrical-coordinate representation of color #1437DA: hue angle of 229.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1437DA is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 55 218 -
CMYK 0.91 0.75 0 0.15
HSL 229.39º 0.83% 0.47% -
HSV(B) 229.39º 0.91% 0.85% -
XYZ 14.31 7.94 67.11 -
YUV 63.12 215.4 97.25 -
System Red Green Blue C M Y K H S L
Decimal 20 55 218 0.91 0.75 0 0.15 229.39 0.83 0.47
Hex 14 37 DA 5B 4B 0 F E5 53 2F
Octal 24 67 332 133 113 0 17 345 123 57
Binary 10100 110111 11011010 1011011 1001011 0 1111 11100101 1010011 101111

Color Harmonies of #1437DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1437DA

Black with #1437DA

Text Example


Text Example

White with #1437DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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