Html Css Color HEX #1830BA Persian Blue

📋 copy color: '#1830BA'

red 24 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #1830BA

Tints of Persian Blue #1830BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

 BLUE value IS 186 (73.05% from 255) = 72.09%

R = 9.3%
G = 18.6%
B = 72.09%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1830BA (or 0x1830BA) is known color: Persian Blue. HEX triplet: 18, 30 and BA. RGB value is (24,48,186). Sum of RGB (Red+Green+Blue) = 24+48+186=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #1830BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1830BA is #E7CF45. Grayscale: #373737. Windows color (decimal): -15191878 or 12202008. OLE color: 12202008.

HSL color Cylindrical-coordinate representation of color #1830BA: hue angle of 231.11º 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 #1830BA is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 48 186 -
CMYK 0.87 0.74 0 0.27
HSL 231.11º 0.77% 0.41% -
HSV(B) 231.11º 0.87% 0.73% -
XYZ 10.3 5.85 47.04 -
YUV 56.56 201.05 104.78 -
System Red Green Blue C M Y K H S L
Decimal 24 48 186 0.87 0.74 0 0.27 231.11 0.77 0.41
Hex 18 30 BA 57 4A 0 1B E7 4D 29
Octal 30 60 272 127 112 0 33 347 115 51
Binary 11000 110000 10111010 1010111 1001010 0 11011 11100111 1001101 101001

Color Harmonies of #1830BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830BA

Black with #1830BA

Text Example


Text Example

White with #1830BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1830BA; }

 p { color: rgb(24,48,186); }

 H1.HeaderClassName
 {
   color: #1830BA;
 }
 .AnyTagClassName
 {
   color: #1830BA;
 }
</style>

background-color css

<style>
 a { background-color: #1830BA; }

 a { background-color: rgb(24,48,186); }

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

border-color css

<style>
 span { border-color: #1830BA; }

 span { border-color: rgb(24,48,186); }

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