Html Css Color HEX #1A38BF Persian Blue

📋 copy color: '#1A38BF'

red 26 ◦ green 56 ◦ blue 191

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

Shades of Persian Blue #1A38BF

Tints of Persian Blue #1A38BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.96%

R = 9.52%
G = 20.51%
B = 69.96%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A38BF (or 0x1A38BF) is known color: Persian Blue. HEX triplet: 1A, 38 and BF. RGB value is (26,56,191). Sum of RGB (Red+Green+Blue) = 26+56+191=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A38BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A38BF is #E5C740. Grayscale: #3D3D3D. Windows color (decimal): -15058753 or 12531738. OLE color: 12531738.

HSL color Cylindrical-coordinate representation of color #1A38BF: hue angle of 229.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A38BF is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 56 191 -
CMYK 0.86 0.71 0 0.25
HSL 229.09º 0.76% 0.43% -
HSV(B) 229.09º 0.86% 0.75% -
XYZ 11.24 6.81 50.01 -
YUV 62.42 200.56 102.02 -
System Red Green Blue C M Y K H S L
Decimal 26 56 191 0.86 0.71 0 0.25 229.09 0.76 0.43
Hex 1A 38 BF 56 47 0 19 E5 4C 2B
Octal 32 70 277 126 107 0 31 345 114 53
Binary 11010 111000 10111111 1010110 1000111 0 11001 11100101 1001100 101011

Color Harmonies of #1A38BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A38BF

Black with #1A38BF

Text Example


Text Example

White with #1A38BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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