Html Css Color HEX #1A42DB Persian Blue

📋 copy color: '#1A42DB'

red 26 ◦ green 66 ◦ blue 219

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

Shades of Persian Blue #1A42DB

Tints of Persian Blue #1A42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.22%

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 8.36%
G = 21.22%
B = 70.42%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A42DB (or 0x1A42DB) is known color: Persian Blue. HEX triplet: 1A, 42 and DB. RGB value is (26,66,219). Sum of RGB (Red+Green+Blue) = 26+66+219=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A42DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A42DB is #E5BD24. Grayscale: #464646. Windows color (decimal): -15056165 or 14369306. OLE color: 14369306.

HSL color Cylindrical-coordinate representation of color #1A42DB: hue angle of 227.56º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A42DB is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 66 219 -
CMYK 0.88 0.70 0 0.14
HSL 227.56º 0.79% 0.48% -
HSV(B) 227.56º 0.88% 0.86% -
XYZ 15.16 9.23 68 -
YUV 71.48 211.25 95.56 -
System Red Green Blue C M Y K H S L
Decimal 26 66 219 0.88 0.70 0 0.14 227.56 0.79 0.48
Hex 1A 42 DB 58 46 0 E E4 4F 30
Octal 32 102 333 130 106 0 16 344 117 60
Binary 11010 1000010 11011011 1011000 1000110 0 1110 11100100 1001111 110000

Color Harmonies of #1A42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A42DB

Black with #1A42DB

Text Example


Text Example

White with #1A42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,66,219); }

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

background-color css

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

 a { background-color: rgb(26,66,219); }

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

border-color css

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

 span { border-color: rgb(26,66,219); }

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