Html Css Color HEX #1F3089 Resolution Blue

📋 copy color: '#1F3089'

red 31 ◦ green 48 ◦ blue 137

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

Shades of Resolution Blue #1F3089

Tints of Resolution Blue #1F3089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 137 (53.91% from 255) = 63.43%

R = 14.35%
G = 22.22%
B = 63.43%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F3089 (or 0x1F3089) is known color: Resolution Blue. HEX triplet: 1F, 30 and 89. RGB value is (31,48,137). Sum of RGB (Red+Green+Blue) = 31+48+137=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F3089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3089 is #E0CF76. Grayscale: #343434. Windows color (decimal): -14733175 or 8990751. OLE color: 8990751.

HSL color Cylindrical-coordinate representation of color #1F3089: hue angle of 230.38º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3089 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 48 137 -
CMYK 0.77 0.65 0 0.46
HSL 230.38º 0.63% 0.33% -
HSV(B) 230.38º 0.77% 0.54% -
XYZ 6.14 4.21 24.16 -
YUV 53.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 31 48 137 0.77 0.65 0 0.46 230.38 0.63 0.33
Hex 1F 30 89 4D 41 0 2E E6 3F 21
Octal 37 60 211 115 101 0 56 346 77 41
Binary 11111 110000 10001001 1001101 1000001 0 101110 11100110 111111 100001

Color Harmonies of #1F3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3089

Black with #1F3089

Text Example


Text Example

White with #1F3089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,137); }

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

background-color css

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

 a { background-color: rgb(31,48,137); }

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

border-color css

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

 span { border-color: rgb(31,48,137); }

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