Html Css Color HEX #1A30EA Persian Blue

📋 copy color: '#1A30EA'

red 26 ◦ green 48 ◦ blue 234

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

Shades of Persian Blue #1A30EA

Tints of Persian Blue #1A30EA

RGB

 RED value IS 26 (10.55% from 255) = 8.44%

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

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

R = 8.44%
G = 15.58%
B = 75.97%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1A30EA (or 0x1A30EA) is known color: Persian Blue. HEX triplet: 1A, 30 and EA. RGB value is (26,48,234). Sum of RGB (Red+Green+Blue) = 26+48+234=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 234 (91.80% from 255 or 75.97% from 308); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A30EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A30EA is #E5CF15. Grayscale: #3D3D3D. Windows color (decimal): -15060758 or 15347738. OLE color: 15347738.

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

Color convert

RGB 26 48 234 -
CMYK 0.89 0.79 0 0.08
HSL 233.65º 0.83% 0.51% -
HSV(B) 233.65º 0.89% 0.92% -
XYZ 16.33 8.27 78.58 -
YUV 62.63 224.71 101.88 -
System Red Green Blue C M Y K H S L
Decimal 26 48 234 0.89 0.79 0 0.08 233.65 0.83 0.51
Hex 1A 30 EA 59 4F 0 8 EA 53 33
Octal 32 60 352 131 117 0 10 352 123 63
Binary 11010 110000 11101010 1011001 1001111 0 1000 11101010 1010011 110011

Color Harmonies of #1A30EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A30EA

Black with #1A30EA

Text Example


Text Example

White with #1A30EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A30EA; }

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

 H1.HeaderClassName
 {
   color: #1A30EA;
 }
 .AnyTagClassName
 {
   color: #1A30EA;
 }
</style>

background-color css

<style>
 a { background-color: #1A30EA; }

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

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

border-color css

<style>
 span { border-color: #1A30EA; }

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

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