Html Css Color HEX #1F3889 Resolution Blue

📋 copy color: '#1F3889'

red 31 ◦ green 56 ◦ blue 137

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

Shades of Resolution Blue #1F3889

Tints of Resolution Blue #1F3889

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

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

R = 13.84%
G = 25%
B = 61.16%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F3889 (or 0x1F3889) is known color: Resolution Blue. HEX triplet: 1F, 38 and 89. RGB value is (31,56,137). Sum of RGB (Red+Green+Blue) = 31+56+137=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F3889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3889 is #E0C776. Grayscale: #393939. Windows color (decimal): -14731127 or 8992799. OLE color: 8992799.

HSL color Cylindrical-coordinate representation of color #1F3889: hue angle of 225.85º 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 #1F3889 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 56 137 -
CMYK 0.77 0.59 0 0.46
HSL 225.85º 0.63% 0.33% -
HSV(B) 225.85º 0.77% 0.54% -
XYZ 6.49 4.93 24.28 -
YUV 57.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 31 56 137 0.77 0.59 0 0.46 225.85 0.63 0.33
Hex 1F 38 89 4D 3B 0 2E E2 3F 21
Octal 37 70 211 115 73 0 56 342 77 41
Binary 11111 111000 10001001 1001101 111011 0 101110 11100010 111111 100001

Color Harmonies of #1F3889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3889

Black with #1F3889

Text Example


Text Example

White with #1F3889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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