Html Css Color HEX #1836BF Persian Blue

📋 copy color: '#1836BF'

red 24 ◦ green 54 ◦ blue 191

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

Shades of Persian Blue #1836BF

Tints of Persian Blue #1836BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71%

R = 8.92%
G = 20.07%
B = 71%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1836BF (or 0x1836BF) is known color: Persian Blue. HEX triplet: 18, 36 and BF. RGB value is (24,54,191). Sum of RGB (Red+Green+Blue) = 24+54+191=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #1836BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836BF is #E7C940. Grayscale: #3C3C3C. Windows color (decimal): -15190337 or 12531224. OLE color: 12531224.

HSL color Cylindrical-coordinate representation of color #1836BF: hue angle of 229.22º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1836BF is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 54 191 -
CMYK 0.87 0.72 0 0.25
HSL 229.22º 0.78% 0.42% -
HSV(B) 229.22º 0.87% 0.75% -
XYZ 11.1 6.59 49.98 -
YUV 60.65 201.56 101.86 -
System Red Green Blue C M Y K H S L
Decimal 24 54 191 0.87 0.72 0 0.25 229.22 0.78 0.42
Hex 18 36 BF 57 48 0 19 E5 4E 2A
Octal 30 66 277 127 110 0 31 345 116 52
Binary 11000 110110 10111111 1010111 1001000 0 11001 11100101 1001110 101010

Color Harmonies of #1836BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836BF

Black with #1836BF

Text Example


Text Example

White with #1836BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1836BF; }

 p { color: rgb(24,54,191); }

 H1.HeaderClassName
 {
   color: #1836BF;
 }
 .AnyTagClassName
 {
   color: #1836BF;
 }
</style>

background-color css

<style>
 a { background-color: #1836BF; }

 a { background-color: rgb(24,54,191); }

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

border-color css

<style>
 span { border-color: #1836BF; }

 span { border-color: rgb(24,54,191); }

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