Html Css Color HEX #1830EA Persian Blue

📋 copy color: '#1830EA'

red 24 ◦ green 48 ◦ blue 234

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

Shades of Persian Blue #1830EA

Tints of Persian Blue #1830EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 76.47%

R = 7.84%
G = 15.69%
B = 76.47%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1830EA (or 0x1830EA) is known color: Persian Blue. HEX triplet: 18, 30 and EA. RGB value is (24,48,234). Sum of RGB (Red+Green+Blue) = 24+48+234=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #1830EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1830EA is #E7CF15. Grayscale: #3D3D3D. Windows color (decimal): -15191830 or 15347736. OLE color: 15347736.

HSL color Cylindrical-coordinate representation of color #1830EA: hue angle of 233.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1830EA is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 48 234 -
CMYK 0.90 0.79 0 0.08
HSL 233.14º 0.83% 0.51% -
HSV(B) 233.14º 0.9% 0.92% -
XYZ 16.28 8.25 78.58 -
YUV 62.03 225.05 100.88 -
System Red Green Blue C M Y K H S L
Decimal 24 48 234 0.90 0.79 0 0.08 233.14 0.83 0.51
Hex 18 30 EA 5A 4F 0 8 E9 53 33
Octal 30 60 352 132 117 0 10 351 123 63
Binary 11000 110000 11101010 1011010 1001111 0 1000 11101001 1010011 110011

Color Harmonies of #1830EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1830EA

Black with #1830EA

Text Example


Text Example

White with #1830EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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