Html Css Color HEX #1438BB Persian Blue

📋 copy color: '#1438BB'

red 20 ◦ green 56 ◦ blue 187

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

Shades of Persian Blue #1438BB

Tints of Persian Blue #1438BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 187 (73.44% from 255) = 71.1%

R = 7.6%
G = 21.29%
B = 71.1%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1438BB (or 0x1438BB) is known color: Persian Blue. HEX triplet: 14, 38 and BB. RGB value is (20,56,187). Sum of RGB (Red+Green+Blue) = 20+56+187=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #1438BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1438BB is #EBC744. Grayscale: #3B3B3B. Windows color (decimal): -15451973 or 12269588. OLE color: 12269588.

HSL color Cylindrical-coordinate representation of color #1438BB: hue angle of 227.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1438BB is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 56 187 -
CMYK 0.89 0.70 0 0.27
HSL 227.07º 0.81% 0.41% -
HSV(B) 227.07º 0.89% 0.73% -
XYZ 10.67 6.56 47.72 -
YUV 60.17 199.57 99.35 -
System Red Green Blue C M Y K H S L
Decimal 20 56 187 0.89 0.70 0 0.27 227.07 0.81 0.41
Hex 14 38 BB 59 46 0 1B E3 51 29
Octal 24 70 273 131 106 0 33 343 121 51
Binary 10100 111000 10111011 1011001 1000110 0 11011 11100011 1010001 101001

Color Harmonies of #1438BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1438BB

Black with #1438BB

Text Example


Text Example

White with #1438BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1438BB; }

 p { color: rgb(20,56,187); }

 H1.HeaderClassName
 {
   color: #1438BB;
 }
 .AnyTagClassName
 {
   color: #1438BB;
 }
</style>

background-color css

<style>
 a { background-color: #1438BB; }

 a { background-color: rgb(20,56,187); }

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

border-color css

<style>
 span { border-color: #1438BB; }

 span { border-color: rgb(20,56,187); }

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