Html Css Color HEX #1A38AF Persian Blue

📋 copy color: '#1A38AF'

red 26 ◦ green 56 ◦ blue 175

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

Shades of Persian Blue #1A38AF

Tints of Persian Blue #1A38AF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 10.12%
G = 21.79%
B = 68.09%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1A38AF (or 0x1A38AF) is known color: Persian Blue. HEX triplet: 1A, 38 and AF. RGB value is (26,56,175). Sum of RGB (Red+Green+Blue) = 26+56+175=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A38AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A38AF is #E5C750. Grayscale: #3C3C3C. Windows color (decimal): -15058769 or 11483162. OLE color: 11483162.

HSL color Cylindrical-coordinate representation of color #1A38AF: hue angle of 227.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A38AF is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 56 175 -
CMYK 0.85 0.68 0 0.31
HSL 227.92º 0.74% 0.39% -
HSV(B) 227.92º 0.85% 0.69% -
XYZ 9.58 6.14 41.24 -
YUV 60.6 192.56 103.32 -
System Red Green Blue C M Y K H S L
Decimal 26 56 175 0.85 0.68 0 0.31 227.92 0.74 0.39
Hex 1A 38 AF 55 44 0 1F E4 4A 27
Octal 32 70 257 125 104 0 37 344 112 47
Binary 11010 111000 10101111 1010101 1000100 0 11111 11100100 1001010 100111

Color Harmonies of #1A38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A38AF

Black with #1A38AF

Text Example


Text Example

White with #1A38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,56,175); }

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

background-color css

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

 a { background-color: rgb(26,56,175); }

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

border-color css

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

 span { border-color: rgb(26,56,175); }

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