Html Css Color HEX #1F3470 Resolution Blue

📋 copy color: '#1F3470'

red 31 ◦ green 52 ◦ blue 112

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

Shades of Resolution Blue #1F3470

Tints of Resolution Blue #1F3470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

 BLUE value IS 112 (44.14% from 255) = 57.44%

R = 15.9%
G = 26.67%
B = 57.44%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F3470 (or 0x1F3470) is known color: Resolution Blue. HEX triplet: 1F, 34 and 70. RGB value is (31,52,112). Sum of RGB (Red+Green+Blue) = 31+52+112=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3470 is #E0CB8F. Grayscale: #343434. Windows color (decimal): -14732176 or 7353375. OLE color: 7353375.

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

Color convert

RGB 31 52 112 -
CMYK 0.72 0.54 0 0.56
HSL 224.44º 0.57% 0.28% -
HSV(B) 224.44º 0.72% 0.44% -
XYZ 4.72 3.92 15.84 -
YUV 52.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 31 52 112 0.72 0.54 0 0.56 224.44 0.57 0.28
Hex 1F 34 70 48 36 0 38 E0 39 1C
Octal 37 64 160 110 66 0 70 340 71 34
Binary 11111 110100 1110000 1001000 110110 0 111000 11100000 111001 11100

Color Harmonies of #1F3470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3470

Black with #1F3470

Text Example


Text Example

White with #1F3470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,52,112); }

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

background-color css

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

 a { background-color: rgb(31,52,112); }

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

border-color css

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

 span { border-color: rgb(31,52,112); }

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