Html Css Color HEX #1F417D Resolution Blue

📋 copy color: '#1F417D'

red 31 ◦ green 65 ◦ blue 125

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

Shades of Resolution Blue #1F417D

Tints of Resolution Blue #1F417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 14.03%
G = 29.41%
B = 56.56%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F417D (or 0x1F417D) is known color: Resolution Blue. HEX triplet: 1F, 41 and 7D. RGB value is (31,65,125). Sum of RGB (Red+Green+Blue) = 31+65+125=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F417D is #E0BE82. Grayscale: #3D3D3D. Windows color (decimal): -14728835 or 8208671. OLE color: 8208671.

HSL color Cylindrical-coordinate representation of color #1F417D: hue angle of 218.3º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F417D is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 65 125 -
CMYK 0.75 0.48 0 0.51
HSL 218.3º 0.6% 0.31% -
HSV(B) 218.3º 0.75% 0.49% -
XYZ 6.16 5.55 20.15 -
YUV 61.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 31 65 125 0.75 0.48 0 0.51 218.3 0.6 0.31
Hex 1F 41 7D 4B 30 0 33 DA 3C 1F
Octal 37 101 175 113 60 0 63 332 74 37
Binary 11111 1000001 1111101 1001011 110000 0 110011 11011010 111100 11111

Color Harmonies of #1F417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F417D

Black with #1F417D

Text Example


Text Example

White with #1F417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,125); }

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

background-color css

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

 a { background-color: rgb(31,65,125); }

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

border-color css

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

 span { border-color: rgb(31,65,125); }

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