Html Css Color HEX #1A38DF Persian Blue

📋 copy color: '#1A38DF'

red 26 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #1A38DF

Tints of Persian Blue #1A38DF

RGB

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

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

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

R = 8.52%
G = 18.36%
B = 73.11%

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

#1A38DF (or 0x1A38DF) is known color: Persian Blue. HEX triplet: 1A, 38 and DF. RGB value is (26,56,223). Sum of RGB (Red+Green+Blue) = 26+56+223=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A38DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A38DF is #E5C720. Grayscale: #414141. Windows color (decimal): -15058721 or 14628890. OLE color: 14628890.

HSL color Cylindrical-coordinate representation of color #1A38DF: hue angle of 230.86º 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 #1A38DF is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 56 223 -
CMYK 0.88 0.75 0 0.13
HSL 230.86º 0.79% 0.49% -
HSV(B) 230.86º 0.88% 0.87% -
XYZ 15.16 8.38 70.63 -
YUV 66.07 216.56 99.42 -
System Red Green Blue C M Y K H S L
Decimal 26 56 223 0.88 0.75 0 0.13 230.86 0.79 0.49
Hex 1A 38 DF 58 4B 0 D E7 4F 31
Octal 32 70 337 130 113 0 15 347 117 61
Binary 11010 111000 11011111 1011000 1001011 0 1101 11100111 1001111 110001

Color Harmonies of #1A38DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A38DF

Black with #1A38DF

Text Example


Text Example

White with #1A38DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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