Html Css Color HEX #1F3A8A Resolution Blue

📋 copy color: '#1F3A8A'

red 31 ◦ green 58 ◦ blue 138

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

Shades of Resolution Blue #1F3A8A

Tints of Resolution Blue #1F3A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

 BLUE value IS 138 (54.3% from 255) = 60.79%

R = 13.66%
G = 25.55%
B = 60.79%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F3A8A (or 0x1F3A8A) is known color: Resolution Blue. HEX triplet: 1F, 3A and 8A. RGB value is (31,58,138). Sum of RGB (Red+Green+Blue) = 31+58+138=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F3A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3A8A is #E0C575. Grayscale: #3A3A3A. Windows color (decimal): -14730614 or 9058847. OLE color: 9058847.

HSL color Cylindrical-coordinate representation of color #1F3A8A: hue angle of 224.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F3A8A is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 58 138 -
CMYK 0.78 0.58 0 0.46
HSL 224.86º 0.63% 0.33% -
HSV(B) 224.86º 0.78% 0.54% -
XYZ 6.67 5.15 24.69 -
YUV 59.05 172.55 108 -
System Red Green Blue C M Y K H S L
Decimal 31 58 138 0.78 0.58 0 0.46 224.86 0.63 0.33
Hex 1F 3A 8A 4E 3A 0 2E E1 3F 21
Octal 37 72 212 116 72 0 56 341 77 41
Binary 11111 111010 10001010 1001110 111010 0 101110 11100001 111111 100001

Color Harmonies of #1F3A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A8A

Black with #1F3A8A

Text Example


Text Example

White with #1F3A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,58,138); }

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

background-color css

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

 a { background-color: rgb(31,58,138); }

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

border-color css

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

 span { border-color: rgb(31,58,138); }

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