Html Css Color HEX #1F3A74 Resolution Blue

📋 copy color: '#1F3A74'

red 31 ◦ green 58 ◦ blue 116

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

Shades of Resolution Blue #1F3A74

Tints of Resolution Blue #1F3A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 15.12%
G = 28.29%
B = 56.59%

CMYK

 C value IS 0.73

 M value IS 0.5

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F3A74 (or 0x1F3A74) is known color: Resolution Blue. HEX triplet: 1F, 3A and 74. RGB value is (31,58,116). Sum of RGB (Red+Green+Blue) = 31+58+116=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F3A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3A74 is #E0C58B. Grayscale: #383838. Windows color (decimal): -14730636 or 7617055. OLE color: 7617055.

HSL color Cylindrical-coordinate representation of color #1F3A74: hue angle of 220.94º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3A74 is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 58 116 -
CMYK 0.73 0.5 0 0.55
HSL 220.94º 0.58% 0.29% -
HSV(B) 220.94º 0.73% 0.45% -
XYZ 5.23 4.58 17.13 -
YUV 56.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 31 58 116 0.73 0.5 0 0.55 220.94 0.58 0.29
Hex 1F 3A 74 49 32 0 37 DD 3A 1D
Octal 37 72 164 111 62 0 67 335 72 35
Binary 11111 111010 1110100 1001001 110010 0 110111 11011101 111010 11101

Color Harmonies of #1F3A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A74

Black with #1F3A74

Text Example


Text Example

White with #1F3A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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