Html Css Color HEX #1836B4 Persian Blue

📋 copy color: '#1836B4'

red 24 ◦ green 54 ◦ blue 180

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

Shades of Persian Blue #1836B4

Tints of Persian Blue #1836B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 69.77%

R = 9.3%
G = 20.93%
B = 69.77%

CMYK

 C value IS 0.87

 M value IS 0.7

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1836B4 (or 0x1836B4) is known color: Persian Blue. HEX triplet: 18, 36 and B4. RGB value is (24,54,180). Sum of RGB (Red+Green+Blue) = 24+54+180=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 180 (70.70% from 255 or 69.77% from 258); Max value from RGB is 180 - color contains mainly: blue. Hex color #1836B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836B4 is #E7C94B. Grayscale: #3A3A3A. Windows color (decimal): -15190348 or 11810328. OLE color: 11810328.

HSL color Cylindrical-coordinate representation of color #1836B4: hue angle of 228.46º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1836B4 is Cyan = 0.87, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 54 180 -
CMYK 0.87 0.7 0 0.29
HSL 228.46º 0.76% 0.4% -
HSV(B) 228.46º 0.87% 0.71% -
XYZ 9.93 6.13 43.84 -
YUV 59.39 196.06 102.75 -
System Red Green Blue C M Y K H S L
Decimal 24 54 180 0.87 0.7 0 0.29 228.46 0.76 0.4
Hex 18 36 B4 57 46 0 1D E4 4C 28
Octal 30 66 264 127 106 0 35 344 114 50
Binary 11000 110110 10110100 1010111 1000110 0 11101 11100100 1001100 101000

Color Harmonies of #1836B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1836B4

Black with #1836B4

Text Example


Text Example

White with #1836B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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