Html Css Color HEX #1F3E72 Resolution Blue

📋 copy color: '#1F3E72'

red 31 ◦ green 62 ◦ blue 114

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

Shades of Resolution Blue #1F3E72

Tints of Resolution Blue #1F3E72

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.95%

 BLUE value IS 114 (44.92% from 255) = 55.07%

R = 14.98%
G = 29.95%
B = 55.07%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F3E72 (or 0x1F3E72) is known color: Resolution Blue. HEX triplet: 1F, 3E and 72. RGB value is (31,62,114). Sum of RGB (Red+Green+Blue) = 31+62+114=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F3E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E72 is #E0C18D. Grayscale: #3A3A3A. Windows color (decimal): -14729614 or 7487007. OLE color: 7487007.

HSL color Cylindrical-coordinate representation of color #1F3E72: hue angle of 217.59º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3E72 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 62 114 -
CMYK 0.73 0.46 0 0.55
HSL 217.59º 0.57% 0.28% -
HSV(B) 217.59º 0.73% 0.45% -
XYZ 5.32 4.95 16.59 -
YUV 58.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 31 62 114 0.73 0.46 0 0.55 217.59 0.57 0.28
Hex 1F 3E 72 49 2E 0 37 DA 39 1C
Octal 37 76 162 111 56 0 67 332 71 34
Binary 11111 111110 1110010 1001001 101110 0 110111 11011010 111001 11100

Color Harmonies of #1F3E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3E72

Black with #1F3E72

Text Example


Text Example

White with #1F3E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,114); }

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

background-color css

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

 a { background-color: rgb(31,62,114); }

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

border-color css

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

 span { border-color: rgb(31,62,114); }

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