Html Css Color HEX #1F38AF Persian Blue

📋 copy color: '#1F38AF'

red 31 ◦ green 56 ◦ blue 175

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

Shades of Persian Blue #1F38AF

Tints of Persian Blue #1F38AF

RGB

 RED value IS 31 (12.5% from 255) = 11.83%

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

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

R = 11.83%
G = 21.37%
B = 66.79%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1F38AF (or 0x1F38AF) is known color: Persian Blue. HEX triplet: 1F, 38 and AF. RGB value is (31,56,175). Sum of RGB (Red+Green+Blue) = 31+56+175=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F38AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F38AF is #E0C750. Grayscale: #3D3D3D. Windows color (decimal): -14731089 or 11483167. OLE color: 11483167.

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

Color convert

RGB 31 56 175 -
CMYK 0.82 0.68 0 0.31
HSL 229.58º 0.7% 0.4% -
HSV(B) 229.58º 0.82% 0.69% -
XYZ 9.72 6.21 41.24 -
YUV 62.09 191.72 105.82 -
System Red Green Blue C M Y K H S L
Decimal 31 56 175 0.82 0.68 0 0.31 229.58 0.7 0.4
Hex 1F 38 AF 52 44 0 1F E6 46 28
Octal 37 70 257 122 104 0 37 346 106 50
Binary 11111 111000 10101111 1010010 1000100 0 11111 11100110 1000110 101000

Color Harmonies of #1F38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F38AF

Black with #1F38AF

Text Example


Text Example

White with #1F38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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