Html Css Color HEX #1F377A Resolution Blue

📋 copy color: '#1F377A'

red 31 ◦ green 55 ◦ blue 122

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

Shades of Resolution Blue #1F377A

Tints of Resolution Blue #1F377A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 122 (48.05% from 255) = 58.65%

R = 14.9%
G = 26.44%
B = 58.65%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1F377A (or 0x1F377A) is known color: Resolution Blue. HEX triplet: 1F, 37 and 7A. RGB value is (31,55,122). Sum of RGB (Red+Green+Blue) = 31+55+122=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F377A is #E0C885. Grayscale: #373737. Windows color (decimal): -14731398 or 8009503. OLE color: 8009503.

HSL color Cylindrical-coordinate representation of color #1F377A: hue angle of 224.18º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F377A is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 31 55 122 -
CMYK 0.75 0.55 0 0.52
HSL 224.18º 0.59% 0.3% -
HSV(B) 224.18º 0.75% 0.48% -
XYZ 5.44 4.43 18.98 -
YUV 55.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 31 55 122 0.75 0.55 0 0.52 224.18 0.59 0.3
Hex 1F 37 7A 4B 37 0 34 E0 3B 1E
Octal 37 67 172 113 67 0 64 340 73 36
Binary 11111 110111 1111010 1001011 110111 0 110100 11100000 111011 11110

Color Harmonies of #1F377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F377A

Black with #1F377A

Text Example


Text Example

White with #1F377A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,122); }

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

background-color css

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

 a { background-color: rgb(31,55,122); }

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

border-color css

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

 span { border-color: rgb(31,55,122); }

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