Html Css Color HEX #1F398B Resolution Blue

📋 copy color: '#1F398B'

red 31 ◦ green 57 ◦ blue 139

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

Shades of Resolution Blue #1F398B

Tints of Resolution Blue #1F398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.11%

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 13.66%
G = 25.11%
B = 61.23%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F398B (or 0x1F398B) is known color: Resolution Blue. HEX triplet: 1F, 39 and 8B. RGB value is (31,57,139). Sum of RGB (Red+Green+Blue) = 31+57+139=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F398B is #E0C674. Grayscale: #3A3A3A. Windows color (decimal): -14730869 or 9124127. OLE color: 9124127.

HSL color Cylindrical-coordinate representation of color #1F398B: hue angle of 225.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F398B is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 57 139 -
CMYK 0.78 0.59 0 0.45
HSL 225.56º 0.64% 0.33% -
HSV(B) 225.56º 0.78% 0.55% -
XYZ 6.69 5.08 25.05 -
YUV 58.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 31 57 139 0.78 0.59 0 0.45 225.56 0.64 0.33
Hex 1F 39 8B 4E 3B 0 2D E2 40 21
Octal 37 71 213 116 73 0 55 342 100 41
Binary 11111 111001 10001011 1001110 111011 0 101101 11100010 1000000 100001

Color Harmonies of #1F398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F398B

Black with #1F398B

Text Example


Text Example

White with #1F398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,139); }

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

background-color css

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

 a { background-color: rgb(31,57,139); }

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

border-color css

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

 span { border-color: rgb(31,57,139); }

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