Html Css Color HEX #1F356D Resolution Blue

📋 copy color: '#1F356D'

red 31 ◦ green 53 ◦ blue 109

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

Shades of Resolution Blue #1F356D

Tints of Resolution Blue #1F356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

 BLUE value IS 109 (42.97% from 255) = 56.48%

R = 16.06%
G = 27.46%
B = 56.48%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F356D (or 0x1F356D) is known color: Resolution Blue. HEX triplet: 1F, 35 and 6D. RGB value is (31,53,109). Sum of RGB (Red+Green+Blue) = 31+53+109=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F356D is #E0CA92. Grayscale: #343434. Windows color (decimal): -14731923 or 7157023. OLE color: 7157023.

HSL color Cylindrical-coordinate representation of color #1F356D: hue angle of 223.08º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F356D is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 53 109 -
CMYK 0.72 0.51 0 0.57
HSL 223.08º 0.56% 0.27% -
HSV(B) 223.08º 0.72% 0.43% -
XYZ 4.6 3.94 14.99 -
YUV 52.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 31 53 109 0.72 0.51 0 0.57 223.08 0.56 0.27
Hex 1F 35 6D 48 33 0 39 DF 38 1B
Octal 37 65 155 110 63 0 71 337 70 33
Binary 11111 110101 1101101 1001000 110011 0 111001 11011111 111000 11011

Color Harmonies of #1F356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F356D

Black with #1F356D

Text Example


Text Example

White with #1F356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,53,109); }

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

background-color css

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

 a { background-color: rgb(31,53,109); }

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

border-color css

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

 span { border-color: rgb(31,53,109); }

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