Html Css Color HEX #1F3689 Resolution Blue

📋 copy color: '#1F3689'

red 31 ◦ green 54 ◦ blue 137

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

Shades of Resolution Blue #1F3689

Tints of Resolution Blue #1F3689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

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

R = 13.96%
G = 24.32%
B = 61.71%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F3689 (or 0x1F3689) is known color: Resolution Blue. HEX triplet: 1F, 36 and 89. RGB value is (31,54,137). Sum of RGB (Red+Green+Blue) = 31+54+137=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F3689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3689 is #E0C976. Grayscale: #383838. Windows color (decimal): -14731639 or 8992287. OLE color: 8992287.

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

Color convert

RGB 31 54 137 -
CMYK 0.77 0.61 0 0.46
HSL 226.98º 0.63% 0.33% -
HSV(B) 226.98º 0.77% 0.54% -
XYZ 6.4 4.74 24.24 -
YUV 56.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 31 54 137 0.77 0.61 0 0.46 226.98 0.63 0.33
Hex 1F 36 89 4D 3D 0 2E E3 3F 21
Octal 37 66 211 115 75 0 56 343 77 41
Binary 11111 110110 10001001 1001101 111101 0 101110 11100011 111111 100001

Color Harmonies of #1F3689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3689

Black with #1F3689

Text Example


Text Example

White with #1F3689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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