Html Css Color HEX #1F378B Resolution Blue

📋 copy color: '#1F378B'

red 31 ◦ green 55 ◦ blue 139

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

Shades of Resolution Blue #1F378B

Tints of Resolution Blue #1F378B

RGB

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

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

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

R = 13.78%
G = 24.44%
B = 61.78%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F378B (or 0x1F378B) is known color: Resolution Blue. HEX triplet: 1F, 37 and 8B. RGB value is (31,55,139). Sum of RGB (Red+Green+Blue) = 31+55+139=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F378B is #E0C874. Grayscale: #393939. Windows color (decimal): -14731381 or 9123615. OLE color: 9123615.

HSL color Cylindrical-coordinate representation of color #1F378B: hue angle of 226.67º 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 #1F378B is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 55 139 -
CMYK 0.78 0.60 0 0.45
HSL 226.67º 0.64% 0.33% -
HSV(B) 226.67º 0.78% 0.55% -
XYZ 6.59 4.89 25.02 -
YUV 57.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 31 55 139 0.78 0.60 0 0.45 226.67 0.64 0.33
Hex 1F 37 8B 4E 3C 0 2D E3 40 21
Octal 37 67 213 116 74 0 55 343 100 41
Binary 11111 110111 10001011 1001110 111100 0 101101 11100011 1000000 100001

Color Harmonies of #1F378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F378B

Black with #1F378B

Text Example


Text Example

White with #1F378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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