Html Css Color HEX #1A38DA Persian Blue

📋 copy color: '#1A38DA'

red 26 ◦ green 56 ◦ blue 218

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

Shades of Persian Blue #1A38DA

Tints of Persian Blue #1A38DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.67%

R = 8.67%
G = 18.67%
B = 72.67%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1A38DA (or 0x1A38DA) is known color: Persian Blue. HEX triplet: 1A, 38 and DA. RGB value is (26,56,218). Sum of RGB (Red+Green+Blue) = 26+56+218=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A38DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A38DA is #E5C725. Grayscale: #404040. Windows color (decimal): -15058726 or 14301210. OLE color: 14301210.

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

Color convert

RGB 26 56 218 -
CMYK 0.88 0.74 0 0.15
HSL 230.63º 0.79% 0.48% -
HSV(B) 230.63º 0.88% 0.85% -
XYZ 14.5 8.11 67.13 -
YUV 65.5 214.06 99.83 -
System Red Green Blue C M Y K H S L
Decimal 26 56 218 0.88 0.74 0 0.15 230.63 0.79 0.48
Hex 1A 38 DA 58 4A 0 F E7 4F 30
Octal 32 70 332 130 112 0 17 347 117 60
Binary 11010 111000 11011010 1011000 1001010 0 1111 11100111 1001111 110000

Color Harmonies of #1A38DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A38DA

Black with #1A38DA

Text Example


Text Example

White with #1A38DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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