Html Css Color HEX #1F3A75 Resolution Blue

📋 copy color: '#1F3A75'

red 31 ◦ green 58 ◦ blue 117

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

Shades of Resolution Blue #1F3A75

Tints of Resolution Blue #1F3A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.16%

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 15.05%
G = 28.16%
B = 56.8%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F3A75 (or 0x1F3A75) is known color: Resolution Blue. HEX triplet: 1F, 3A and 75. RGB value is (31,58,117). Sum of RGB (Red+Green+Blue) = 31+58+117=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #1F3A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3A75 is #E0C58A. Grayscale: #383838. Windows color (decimal): -14730635 or 7682591. OLE color: 7682591.

HSL color Cylindrical-coordinate representation of color #1F3A75: hue angle of 221.16º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3A75 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 58 117 -
CMYK 0.74 0.50 0 0.54
HSL 221.16º 0.58% 0.29% -
HSV(B) 221.16º 0.74% 0.46% -
XYZ 5.29 4.6 17.44 -
YUV 56.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 31 58 117 0.74 0.50 0 0.54 221.16 0.58 0.29
Hex 1F 3A 75 4A 32 0 36 DD 3A 1D
Octal 37 72 165 112 62 0 66 335 72 35
Binary 11111 111010 1110101 1001010 110010 0 110110 11011101 111010 11101

Color Harmonies of #1F3A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A75

Black with #1F3A75

Text Example


Text Example

White with #1F3A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,58,117); }

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

background-color css

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

 a { background-color: rgb(31,58,117); }

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

border-color css

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

 span { border-color: rgb(31,58,117); }

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