Html Css Color HEX #1F356E Resolution Blue

📋 copy color: '#1F356E'

red 31 ◦ green 53 ◦ blue 110

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

Shades of Resolution Blue #1F356E

Tints of Resolution Blue #1F356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.7%

R = 15.98%
G = 27.32%
B = 56.7%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F356E (or 0x1F356E) is known color: Resolution Blue. HEX triplet: 1F, 35 and 6E. RGB value is (31,53,110). Sum of RGB (Red+Green+Blue) = 31+53+110=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F356E is #E0CA91. Grayscale: #343434. Windows color (decimal): -14731922 or 7222559. OLE color: 7222559.

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

Color convert

RGB 31 53 110 -
CMYK 0.72 0.52 0 0.57
HSL 223.29º 0.56% 0.28% -
HSV(B) 223.29º 0.72% 0.43% -
XYZ 4.65 3.96 15.27 -
YUV 52.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 31 53 110 0.72 0.52 0 0.57 223.29 0.56 0.28
Hex 1F 35 6E 48 34 0 39 DF 38 1C
Octal 37 65 156 110 64 0 71 337 70 34
Binary 11111 110101 1101110 1001000 110100 0 111001 11011111 111000 11100

Color Harmonies of #1F356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F356E

Black with #1F356E

Text Example


Text Example

White with #1F356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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