Html Css Color HEX #1938AF Persian Blue

📋 copy color: '#1938AF'

red 25 ◦ green 56 ◦ blue 175

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

Shades of Persian Blue #1938AF

Tints of Persian Blue #1938AF

RGB

 RED value IS 25 (10.16% from 255) = 9.77%

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

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

R = 9.77%
G = 21.88%
B = 68.36%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1938AF (or 0x1938AF) is known color: Persian Blue. HEX triplet: 19, 38 and AF. RGB value is (25,56,175). Sum of RGB (Red+Green+Blue) = 25+56+175=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #1938AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1938AF is #E6C750. Grayscale: #3B3B3B. Windows color (decimal): -15124305 or 11483161. OLE color: 11483161.

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

Color convert

RGB 25 56 175 -
CMYK 0.86 0.68 0 0.31
HSL 227.6º 0.75% 0.39% -
HSV(B) 227.6º 0.86% 0.69% -
XYZ 9.55 6.13 41.24 -
YUV 60.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 25 56 175 0.86 0.68 0 0.31 227.6 0.75 0.39
Hex 19 38 AF 56 44 0 1F E4 4B 27
Octal 31 70 257 126 104 0 37 344 113 47
Binary 11001 111000 10101111 1010110 1000100 0 11111 11100100 1001011 100111

Color Harmonies of #1938AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1938AF

Black with #1938AF

Text Example


Text Example

White with #1938AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1938AF; }

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

 H1.HeaderClassName
 {
   color: #1938AF;
 }
 .AnyTagClassName
 {
   color: #1938AF;
 }
</style>

background-color css

<style>
 a { background-color: #1938AF; }

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

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

border-color css

<style>
 span { border-color: #1938AF; }

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

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