Html Css Color HEX #1F3685 Resolution Blue

📋 copy color: '#1F3685'

red 31 ◦ green 54 ◦ blue 133

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

Shades of Resolution Blue #1F3685

Tints of Resolution Blue #1F3685

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

 BLUE value IS 133 (52.34% from 255) = 61.01%

R = 14.22%
G = 24.77%
B = 61.01%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1F3685 (or 0x1F3685) is known color: Resolution Blue. HEX triplet: 1F, 36 and 85. RGB value is (31,54,133). Sum of RGB (Red+Green+Blue) = 31+54+133=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F3685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3685 is #E0C97A. Grayscale: #373737. Windows color (decimal): -14731643 or 8730143. OLE color: 8730143.

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

Color convert

RGB 31 54 133 -
CMYK 0.77 0.59 0 0.48
HSL 226.47º 0.62% 0.32% -
HSV(B) 226.47º 0.77% 0.52% -
XYZ 6.12 4.62 22.76 -
YUV 56.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 31 54 133 0.77 0.59 0 0.48 226.47 0.62 0.32
Hex 1F 36 85 4D 3B 0 30 E2 3E 20
Octal 37 66 205 115 73 0 60 342 76 40
Binary 11111 110110 10000101 1001101 111011 0 110000 11100010 111110 100000

Color Harmonies of #1F3685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3685

Black with #1F3685

Text Example


Text Example

White with #1F3685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,133); }

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

background-color css

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

 a { background-color: rgb(31,54,133); }

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

border-color css

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

 span { border-color: rgb(31,54,133); }

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