Html Css Color HEX #1F397C Resolution Blue

📋 copy color: '#1F397C'

red 31 ◦ green 57 ◦ blue 124

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

Shades of Resolution Blue #1F397C

Tints of Resolution Blue #1F397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 14.62%
G = 26.89%
B = 58.49%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F397C (or 0x1F397C) is known color: Resolution Blue. HEX triplet: 1F, 39 and 7C. RGB value is (31,57,124). Sum of RGB (Red+Green+Blue) = 31+57+124=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F397C is #E0C683. Grayscale: #383838. Windows color (decimal): -14730884 or 8141087. OLE color: 8141087.

HSL color Cylindrical-coordinate representation of color #1F397C: hue angle of 223.23º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F397C is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 57 124 -
CMYK 0.75 0.54 0 0.51
HSL 223.23º 0.6% 0.3% -
HSV(B) 223.23º 0.75% 0.49% -
XYZ 5.67 4.67 19.67 -
YUV 56.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 31 57 124 0.75 0.54 0 0.51 223.23 0.6 0.3
Hex 1F 39 7C 4B 36 0 33 DF 3C 1E
Octal 37 71 174 113 66 0 63 337 74 36
Binary 11111 111001 1111100 1001011 110110 0 110011 11011111 111100 11110

Color Harmonies of #1F397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F397C

Black with #1F397C

Text Example


Text Example

White with #1F397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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