Html Css Color HEX #1F4073 Resolution Blue

📋 copy color: '#1F4073'

red 31 ◦ green 64 ◦ blue 115

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

Shades of Resolution Blue #1F4073

Tints of Resolution Blue #1F4073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 14.76%
G = 30.48%
B = 54.76%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F4073 (or 0x1F4073) is known color: Resolution Blue. HEX triplet: 1F, 40 and 73. RGB value is (31,64,115). Sum of RGB (Red+Green+Blue) = 31+64+115=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F4073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4073 is #E0BF8C. Grayscale: #3B3B3B. Windows color (decimal): -14729101 or 7553055. OLE color: 7553055.

HSL color Cylindrical-coordinate representation of color #1F4073: hue angle of 216.43º 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 #1F4073 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 64 115 -
CMYK 0.73 0.44 0 0.55
HSL 216.43º 0.58% 0.29% -
HSV(B) 216.43º 0.73% 0.45% -
XYZ 5.49 5.2 16.93 -
YUV 59.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 31 64 115 0.73 0.44 0 0.55 216.43 0.58 0.29
Hex 1F 40 73 49 2C 0 37 D8 3A 1D
Octal 37 100 163 111 54 0 67 330 72 35
Binary 11111 1000000 1110011 1001001 101100 0 110111 11011000 111010 11101

Color Harmonies of #1F4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4073

Black with #1F4073

Text Example


Text Example

White with #1F4073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,64,115); }

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

background-color css

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

 a { background-color: rgb(31,64,115); }

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

border-color css

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

 span { border-color: rgb(31,64,115); }

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