Html Css Color HEX #1F307C Resolution Blue

📋 copy color: '#1F307C'

red 31 ◦ green 48 ◦ blue 124

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

Shades of Resolution Blue #1F307C

Tints of Resolution Blue #1F307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 15.27%
G = 23.65%
B = 61.08%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F307C (or 0x1F307C) is known color: Resolution Blue. HEX triplet: 1F, 30 and 7C. RGB value is (31,48,124). Sum of RGB (Red+Green+Blue) = 31+48+124=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F307C is #E0CF83. Grayscale: #333333. Windows color (decimal): -14733188 or 8138783. OLE color: 8138783.

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

Color convert

RGB 31 48 124 -
CMYK 0.75 0.61 0 0.51
HSL 229.03º 0.6% 0.3% -
HSV(B) 229.03º 0.75% 0.49% -
XYZ 5.26 3.86 19.54 -
YUV 51.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 31 48 124 0.75 0.61 0 0.51 229.03 0.6 0.3
Hex 1F 30 7C 4B 3D 0 33 E5 3C 1E
Octal 37 60 174 113 75 0 63 345 74 36
Binary 11111 110000 1111100 1001011 111101 0 110011 11100101 111100 11110

Color Harmonies of #1F307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F307C

Black with #1F307C

Text Example


Text Example

White with #1F307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,48,124); }

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

background-color css

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

 a { background-color: rgb(31,48,124); }

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

border-color css

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

 span { border-color: rgb(31,48,124); }

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