Html Css Color HEX #1841CF Persian Blue

📋 copy color: '#1841CF'

red 24 ◦ green 65 ◦ blue 207

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

Shades of Persian Blue #1841CF

Tints of Persian Blue #1841CF

RGB

 RED value IS 24 (9.77% from 255) = 8.11%

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

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

R = 8.11%
G = 21.96%
B = 69.93%

CMYK

 C value IS 0.88

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1841CF (or 0x1841CF) is known color: Persian Blue. HEX triplet: 18, 41 and CF. RGB value is (24,65,207). Sum of RGB (Red+Green+Blue) = 24+65+207=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #1841CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1841CF is #E7BE30. Grayscale: #444444. Windows color (decimal): -15187505 or 13582616. OLE color: 13582616.

HSL color Cylindrical-coordinate representation of color #1841CF: hue angle of 226.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1841CF is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 65 207 -
CMYK 0.88 0.69 0 0.19
HSL 226.56º 0.79% 0.45% -
HSV(B) 226.56º 0.88% 0.81% -
XYZ 13.53 8.48 59.96 -
YUV 68.93 205.92 95.95 -
System Red Green Blue C M Y K H S L
Decimal 24 65 207 0.88 0.69 0 0.19 226.56 0.79 0.45
Hex 18 41 CF 58 45 0 13 E3 4F 2D
Octal 30 101 317 130 105 0 23 343 117 55
Binary 11000 1000001 11001111 1011000 1000101 0 10011 11100011 1001111 101101

Color Harmonies of #1841CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1841CF

Black with #1841CF

Text Example


Text Example

White with #1841CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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