Html Css Color HEX #1A30BA Persian Blue

📋 copy color: '#1A30BA'

red 26 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #1A30BA

Tints of Persian Blue #1A30BA

RGB

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

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

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

R = 10%
G = 18.46%
B = 71.54%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A30BA (or 0x1A30BA) is known color: Persian Blue. HEX triplet: 1A, 30 and BA. RGB value is (26,48,186). Sum of RGB (Red+Green+Blue) = 26+48+186=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A30BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A30BA is #E5CF45. Grayscale: #383838. Windows color (decimal): -15060806 or 12202010. OLE color: 12202010.

HSL color Cylindrical-coordinate representation of color #1A30BA: hue angle of 231.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A30BA is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 48 186 -
CMYK 0.86 0.74 0 0.27
HSL 231.75º 0.75% 0.42% -
HSV(B) 231.75º 0.86% 0.73% -
XYZ 10.35 5.88 47.04 -
YUV 57.15 200.71 105.78 -
System Red Green Blue C M Y K H S L
Decimal 26 48 186 0.86 0.74 0 0.27 231.75 0.75 0.42
Hex 1A 30 BA 56 4A 0 1B E8 4B 2A
Octal 32 60 272 126 112 0 33 350 113 52
Binary 11010 110000 10111010 1010110 1001010 0 11011 11101000 1001011 101010

Color Harmonies of #1A30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A30BA

Black with #1A30BA

Text Example


Text Example

White with #1A30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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