Html Css Color HEX #1820CF Persian Blue

📋 copy color: '#1820CF'

red 24 ◦ green 32 ◦ blue 207

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

Shades of Persian Blue #1820CF

Tints of Persian Blue #1820CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 9.13%
G = 12.17%
B = 78.71%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1820CF (or 0x1820CF) is known color: Persian Blue. HEX triplet: 18, 20 and CF. RGB value is (24,32,207). Sum of RGB (Red+Green+Blue) = 24+32+207=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 207 (81.25% from 255 or 78.71% from 263); Max value from RGB is 207 - color contains mainly: blue. Hex color #1820CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1820CF is #E7DF30. Grayscale: #303030. Windows color (decimal): -15195953 or 13574168. OLE color: 13574168.

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

Color convert

RGB 24 32 207 -
CMYK 0.88 0.85 0 0.19
HSL 237.38º 0.79% 0.45% -
HSV(B) 237.38º 0.88% 0.81% -
XYZ 12.16 5.73 59.5 -
YUV 49.56 216.85 109.77 -
System Red Green Blue C M Y K H S L
Decimal 24 32 207 0.88 0.85 0 0.19 237.38 0.79 0.45
Hex 18 20 CF 58 55 0 13 ED 4F 2D
Octal 30 40 317 130 125 0 23 355 117 55
Binary 11000 100000 11001111 1011000 1010101 0 10011 11101101 1001111 101101

Color Harmonies of #1820CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1820CF

Black with #1820CF

Text Example


Text Example

White with #1820CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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