Html Css Color HEX #1F387C Resolution Blue

📋 copy color: '#1F387C'

red 31 ◦ green 56 ◦ blue 124

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

Shades of Resolution Blue #1F387C

Tints of Resolution Blue #1F387C

RGB

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

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

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

R = 14.69%
G = 26.54%
B = 58.77%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F387C (or 0x1F387C) is known color: Resolution Blue. HEX triplet: 1F, 38 and 7C. RGB value is (31,56,124). Sum of RGB (Red+Green+Blue) = 31+56+124=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F387C is #E0C783. Grayscale: #373737. Windows color (decimal): -14731140 or 8140831. OLE color: 8140831.

HSL color Cylindrical-coordinate representation of color #1F387C: hue angle of 223.87º 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 #1F387C is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 56 124 -
CMYK 0.75 0.55 0 0.51
HSL 223.87º 0.6% 0.3% -
HSV(B) 223.87º 0.75% 0.49% -
XYZ 5.62 4.57 19.66 -
YUV 56.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 31 56 124 0.75 0.55 0 0.51 223.87 0.6 0.3
Hex 1F 38 7C 4B 37 0 33 E0 3C 1E
Octal 37 70 174 113 67 0 63 340 74 36
Binary 11111 111000 1111100 1001011 110111 0 110011 11100000 111100 11110

Color Harmonies of #1F387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F387C

Black with #1F387C

Text Example


Text Example

White with #1F387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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