Html Css Color HEX #1436CF Persian Blue

📋 copy color: '#1436CF'

red 20 ◦ green 54 ◦ blue 207

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

Shades of Persian Blue #1436CF

Tints of Persian Blue #1436CF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.22%

 BLUE value IS 207 (81.25% from 255) = 73.67%

R = 7.12%
G = 19.22%
B = 73.67%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1436CF (or 0x1436CF) is known color: Persian Blue. HEX triplet: 14, 36 and CF. RGB value is (20,54,207). Sum of RGB (Red+Green+Blue) = 20+54+207=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #1436CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436CF is #EBC930. Grayscale: #3C3C3C. Windows color (decimal): -15452465 or 13579796. OLE color: 13579796.

HSL color Cylindrical-coordinate representation of color #1436CF: hue angle of 229.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1436CF is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 54 207 -
CMYK 0.90 0.74 0 0.19
HSL 229.09º 0.82% 0.45% -
HSV(B) 229.09º 0.9% 0.81% -
XYZ 12.87 7.29 59.76 -
YUV 61.28 210.24 98.56 -
System Red Green Blue C M Y K H S L
Decimal 20 54 207 0.90 0.74 0 0.19 229.09 0.82 0.45
Hex 14 36 CF 5A 4A 0 13 E5 52 2D
Octal 24 66 317 132 112 0 23 345 122 55
Binary 10100 110110 11001111 1011010 1001010 0 10011 11100101 1010010 101101

Color Harmonies of #1436CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1436CF

Black with #1436CF

Text Example


Text Example

White with #1436CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1436CF; }

 p { color: rgb(20,54,207); }

 H1.HeaderClassName
 {
   color: #1436CF;
 }
 .AnyTagClassName
 {
   color: #1436CF;
 }
</style>

background-color css

<style>
 a { background-color: #1436CF; }

 a { background-color: rgb(20,54,207); }

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

border-color css

<style>
 span { border-color: #1436CF; }

 span { border-color: rgb(20,54,207); }

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