Html Css Color HEX #1827BB Persian Blue

📋 copy color: '#1827BB'

red 24 ◦ green 39 ◦ blue 187

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

Shades of Persian Blue #1827BB

Tints of Persian Blue #1827BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.6%

 BLUE value IS 187 (73.44% from 255) = 74.8%

R = 9.6%
G = 15.6%
B = 74.8%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1827BB (or 0x1827BB) is known color: Persian Blue. HEX triplet: 18, 27 and BB. RGB value is (24,39,187). Sum of RGB (Red+Green+Blue) = 24+39+187=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #1827BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1827BB is #E7D844. Grayscale: #323232. Windows color (decimal): -15194181 or 12265240. OLE color: 12265240.

HSL color Cylindrical-coordinate representation of color #1827BB: hue angle of 234.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1827BB is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 39 187 -
CMYK 0.87 0.79 0 0.27
HSL 234.48º 0.77% 0.41% -
HSV(B) 234.48º 0.87% 0.73% -
XYZ 10.07 5.23 47.49 -
YUV 51.39 204.53 108.47 -
System Red Green Blue C M Y K H S L
Decimal 24 39 187 0.87 0.79 0 0.27 234.48 0.77 0.41
Hex 18 27 BB 57 4F 0 1B EA 4D 29
Octal 30 47 273 127 117 0 33 352 115 51
Binary 11000 100111 10111011 1010111 1001111 0 11011 11101010 1001101 101001

Color Harmonies of #1827BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1827BB

Black with #1827BB

Text Example


Text Example

White with #1827BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1827BB; }

 p { color: rgb(24,39,187); }

 H1.HeaderClassName
 {
   color: #1827BB;
 }
 .AnyTagClassName
 {
   color: #1827BB;
 }
</style>

background-color css

<style>
 a { background-color: #1827BB; }

 a { background-color: rgb(24,39,187); }

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

border-color css

<style>
 span { border-color: #1827BB; }

 span { border-color: rgb(24,39,187); }

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