Html Css Color HEX #1F4178 Resolution Blue

📋 copy color: '#1F4178'

red 31 ◦ green 65 ◦ blue 120

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

Shades of Resolution Blue #1F4178

Tints of Resolution Blue #1F4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.09%

 BLUE value IS 120 (47.27% from 255) = 55.56%

R = 14.35%
G = 30.09%
B = 55.56%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F4178 (or 0x1F4178) is known color: Resolution Blue. HEX triplet: 1F, 41 and 78. RGB value is (31,65,120). Sum of RGB (Red+Green+Blue) = 31+65+120=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F4178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4178 is #E0BE87. Grayscale: #3C3C3C. Windows color (decimal): -14728840 or 7880991. OLE color: 7880991.

HSL color Cylindrical-coordinate representation of color #1F4178: hue angle of 217.08º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4178 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 65 120 -
CMYK 0.74 0.46 0 0.53
HSL 217.08º 0.59% 0.3% -
HSV(B) 217.08º 0.74% 0.47% -
XYZ 5.85 5.43 18.51 -
YUV 61.1 161.24 106.53 -
System Red Green Blue C M Y K H S L
Decimal 31 65 120 0.74 0.46 0 0.53 217.08 0.59 0.3
Hex 1F 41 78 4A 2E 0 35 D9 3B 1E
Octal 37 101 170 112 56 0 65 331 73 36
Binary 11111 1000001 1111000 1001010 101110 0 110101 11011001 111011 11110

Color Harmonies of #1F4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4178

Black with #1F4178

Text Example


Text Example

White with #1F4178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,120); }

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

background-color css

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

 a { background-color: rgb(31,65,120); }

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

border-color css

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

 span { border-color: rgb(31,65,120); }

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