Html Css Color HEX #1449CB Persian Blue

📋 copy color: '#1449CB'

red 20 ◦ green 73 ◦ blue 203

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

Shades of Persian Blue #1449CB

Tints of Persian Blue #1449CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

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

R = 6.76%
G = 24.66%
B = 68.58%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1449CB (or 0x1449CB) is known color: Persian Blue. HEX triplet: 14, 49 and CB. RGB value is (20,73,203). Sum of RGB (Red+Green+Blue) = 20+73+203=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #1449CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1449CB is #EBB634. Grayscale: #474747. Windows color (decimal): -15447605 or 13322516. OLE color: 13322516.

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

Color convert

RGB 20 73 203 -
CMYK 0.90 0.64 0 0.20
HSL 222.62º 0.82% 0.44% -
HSV(B) 222.62º 0.9% 0.8% -
XYZ 13.45 9.23 57.57 -
YUV 71.97 201.94 90.93 -
System Red Green Blue C M Y K H S L
Decimal 20 73 203 0.90 0.64 0 0.20 222.62 0.82 0.44
Hex 14 49 CB 5A 40 0 14 DF 52 2C
Octal 24 111 313 132 100 0 24 337 122 54
Binary 10100 1001001 11001011 1011010 1000000 0 10100 11011111 1010010 101100

Color Harmonies of #1449CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1449CB

Black with #1449CB

Text Example


Text Example

White with #1449CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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