Html Css Color HEX #1836BE Persian Blue

📋 copy color: '#1836BE'

red 24 ◦ green 54 ◦ blue 190

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

Shades of Persian Blue #1836BE

Tints of Persian Blue #1836BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.9%

R = 8.96%
G = 20.15%
B = 70.9%

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

#1836BE (or 0x1836BE) is known color: Persian Blue. HEX triplet: 18, 36 and BE. RGB value is (24,54,190). Sum of RGB (Red+Green+Blue) = 24+54+190=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #1836BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836BE is #E7C941. Grayscale: #3B3B3B. Windows color (decimal): -15190338 or 12465688. OLE color: 12465688.

HSL color Cylindrical-coordinate representation of color #1836BE: hue angle of 229.16º 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 #1836BE is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 54 190 -
CMYK 0.87 0.72 0 0.25
HSL 229.16º 0.78% 0.42% -
HSV(B) 229.16º 0.87% 0.75% -
XYZ 10.99 6.55 49.4 -
YUV 60.53 201.06 101.94 -
System Red Green Blue C M Y K H S L
Decimal 24 54 190 0.87 0.72 0 0.25 229.16 0.78 0.42
Hex 18 36 BE 57 48 0 19 E5 4E 2A
Octal 30 66 276 127 110 0 31 345 116 52
Binary 11000 110110 10111110 1010111 1001000 0 11001 11100101 1001110 101010

Color Harmonies of #1836BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836BE

Black with #1836BE

Text Example


Text Example

White with #1836BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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