Html Css Color HEX #1830B0 Persian Blue

📋 copy color: '#1830B0'

red 24 ◦ green 48 ◦ blue 176

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

Shades of Persian Blue #1830B0

Tints of Persian Blue #1830B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 70.97%

R = 9.68%
G = 19.35%
B = 70.97%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1830B0 (or 0x1830B0) is known color: Persian Blue. HEX triplet: 18, 30 and B0. RGB value is (24,48,176). Sum of RGB (Red+Green+Blue) = 24+48+176=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 176 (69.14% from 255 or 70.97% from 248); Max value from RGB is 176 - color contains mainly: blue. Hex color #1830B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1830B0 is #E7CF4F. Grayscale: #363636. Windows color (decimal): -15191888 or 11546648. OLE color: 11546648.

HSL color Cylindrical-coordinate representation of color #1830B0: hue angle of 230.53º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1830B0 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 48 176 -
CMYK 0.86 0.73 0 0.31
HSL 230.53º 0.76% 0.39% -
HSV(B) 230.53º 0.86% 0.69% -
XYZ 9.27 5.44 41.64 -
YUV 55.42 196.05 105.59 -
System Red Green Blue C M Y K H S L
Decimal 24 48 176 0.86 0.73 0 0.31 230.53 0.76 0.39
Hex 18 30 B0 56 49 0 1F E7 4C 27
Octal 30 60 260 126 111 0 37 347 114 47
Binary 11000 110000 10110000 1010110 1001001 0 11111 11100111 1001100 100111

Color Harmonies of #1830B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830B0

Black with #1830B0

Text Example


Text Example

White with #1830B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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