Html Css Color HEX #1830BF Persian Blue

📋 copy color: '#1830BF'

red 24 ◦ green 48 ◦ blue 191

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

Shades of Persian Blue #1830BF

Tints of Persian Blue #1830BF

RGB

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

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

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

R = 9.13%
G = 18.25%
B = 72.62%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1830BF (or 0x1830BF) is known color: Persian Blue. HEX triplet: 18, 30 and BF. RGB value is (24,48,191). Sum of RGB (Red+Green+Blue) = 24+48+191=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #1830BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1830BF is #E7CF40. Grayscale: #383838. Windows color (decimal): -15191873 or 12529688. OLE color: 12529688.

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

Color convert

RGB 24 48 191 -
CMYK 0.87 0.75 0 0.25
HSL 231.38º 0.78% 0.42% -
HSV(B) 231.38º 0.87% 0.75% -
XYZ 10.84 6.07 49.89 -
YUV 57.13 203.55 104.37 -
System Red Green Blue C M Y K H S L
Decimal 24 48 191 0.87 0.75 0 0.25 231.38 0.78 0.42
Hex 18 30 BF 57 4B 0 19 E7 4E 2A
Octal 30 60 277 127 113 0 31 347 116 52
Binary 11000 110000 10111111 1010111 1001011 0 11001 11100111 1001110 101010

Color Harmonies of #1830BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830BF

Black with #1830BF

Text Example


Text Example

White with #1830BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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