Html Css Color HEX #1A37DF Persian Blue

📋 copy color: '#1A37DF'

red 26 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #1A37DF

Tints of Persian Blue #1A37DF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

 BLUE value IS 223 (87.5% from 255) = 73.36%

R = 8.55%
G = 18.09%
B = 73.36%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A37DF (or 0x1A37DF) is known color: Persian Blue. HEX triplet: 1A, 37 and DF. RGB value is (26,55,223). Sum of RGB (Red+Green+Blue) = 26+55+223=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A37DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A37DF is #E5C820. Grayscale: #404040. Windows color (decimal): -15058977 or 14628634. OLE color: 14628634.

HSL color Cylindrical-coordinate representation of color #1A37DF: hue angle of 231.17º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A37DF is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 55 223 -
CMYK 0.88 0.75 0 0.13
HSL 231.17º 0.79% 0.49% -
HSV(B) 231.17º 0.88% 0.87% -
XYZ 15.11 8.28 70.61 -
YUV 65.48 216.89 99.84 -
System Red Green Blue C M Y K H S L
Decimal 26 55 223 0.88 0.75 0 0.13 231.17 0.79 0.49
Hex 1A 37 DF 58 4B 0 D E7 4F 31
Octal 32 67 337 130 113 0 15 347 117 61
Binary 11010 110111 11011111 1011000 1001011 0 1101 11100111 1001111 110001

Color Harmonies of #1A37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A37DF

Black with #1A37DF

Text Example


Text Example

White with #1A37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,55,223); }

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

background-color css

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

 a { background-color: rgb(26,55,223); }

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

border-color css

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

 span { border-color: rgb(26,55,223); }

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