Html Css Color HEX #1F2E7D Resolution Blue

📋 copy color: '#1F2E7D'

red 31 ◦ green 46 ◦ blue 125

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

Shades of Resolution Blue #1F2E7D

Tints of Resolution Blue #1F2E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.77%

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

R = 15.35%
G = 22.77%
B = 61.88%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F2E7D (or 0x1F2E7D) is known color: Resolution Blue. HEX triplet: 1F, 2E and 7D. RGB value is (31,46,125). Sum of RGB (Red+Green+Blue) = 31+46+125=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F2E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2E7D is #E0D182. Grayscale: #323232. Windows color (decimal): -14733699 or 8203807. OLE color: 8203807.

HSL color Cylindrical-coordinate representation of color #1F2E7D: hue angle of 230.43º 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 #1F2E7D is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 46 125 -
CMYK 0.75 0.63 0 0.51
HSL 230.43º 0.6% 0.31% -
HSV(B) 230.43º 0.75% 0.49% -
XYZ 5.24 3.73 19.84 -
YUV 50.52 170.03 114.08 -
System Red Green Blue C M Y K H S L
Decimal 31 46 125 0.75 0.63 0 0.51 230.43 0.6 0.31
Hex 1F 2E 7D 4B 3F 0 33 E6 3C 1F
Octal 37 56 175 113 77 0 63 346 74 37
Binary 11111 101110 1111101 1001011 111111 0 110011 11100110 111100 11111

Color Harmonies of #1F2E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2E7D

Black with #1F2E7D

Text Example


Text Example

White with #1F2E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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