Html Css Color HEX #1541CF Persian Blue

📋 copy color: '#1541CF'

red 21 ◦ green 65 ◦ blue 207

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

Shades of Persian Blue #1541CF

Tints of Persian Blue #1541CF

RGB

 RED value IS 21 (8.59% from 255) = 7.17%

 GREEN value IS 65 (25.78% from 255) = 22.18%

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

R = 7.17%
G = 22.18%
B = 70.65%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1541CF (or 0x1541CF) is known color: Persian Blue. HEX triplet: 15, 41 and CF. RGB value is (21,65,207). Sum of RGB (Red+Green+Blue) = 21+65+207=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #1541CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1541CF is #EABE30. Grayscale: #434343. Windows color (decimal): -15384113 or 13582613. OLE color: 13582613.

HSL color Cylindrical-coordinate representation of color #1541CF: hue angle of 225.81º 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 #1541CF is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 65 207 -
CMYK 0.90 0.69 0 0.19
HSL 225.81º 0.82% 0.45% -
HSV(B) 225.81º 0.9% 0.81% -
XYZ 13.46 8.45 59.95 -
YUV 68.03 206.42 94.45 -
System Red Green Blue C M Y K H S L
Decimal 21 65 207 0.90 0.69 0 0.19 225.81 0.82 0.45
Hex 15 41 CF 5A 45 0 13 E2 52 2D
Octal 25 101 317 132 105 0 23 342 122 55
Binary 10101 1000001 11001111 1011010 1000101 0 10011 11100010 1010010 101101

Color Harmonies of #1541CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1541CF

Black with #1541CF

Text Example


Text Example

White with #1541CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,65,207); }

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

background-color css

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

 a { background-color: rgb(21,65,207); }

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

border-color css

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

 span { border-color: rgb(21,65,207); }

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