Html Css Color HEX #1F3C8B Resolution Blue

📋 copy color: '#1F3C8B'

red 31 ◦ green 60 ◦ blue 139

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

Shades of Resolution Blue #1F3C8B

Tints of Resolution Blue #1F3C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 13.48%
G = 26.09%
B = 60.43%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F3C8B (or 0x1F3C8B) is known color: Resolution Blue. HEX triplet: 1F, 3C and 8B. RGB value is (31,60,139). Sum of RGB (Red+Green+Blue) = 31+60+139=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F3C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3C8B is #E0C374. Grayscale: #3B3B3B. Windows color (decimal): -14730101 or 9124895. OLE color: 9124895.

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

Color convert

RGB 31 60 139 -
CMYK 0.78 0.57 0 0.45
HSL 223.89º 0.64% 0.33% -
HSV(B) 223.89º 0.78% 0.55% -
XYZ 6.84 5.39 25.11 -
YUV 60.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 31 60 139 0.78 0.57 0 0.45 223.89 0.64 0.33
Hex 1F 3C 8B 4E 39 0 2D E0 40 21
Octal 37 74 213 116 71 0 55 340 100 41
Binary 11111 111100 10001011 1001110 111001 0 101101 11100000 1000000 100001

Color Harmonies of #1F3C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3C8B

Black with #1F3C8B

Text Example


Text Example

White with #1F3C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,60,139); }

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

background-color css

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

 a { background-color: rgb(31,60,139); }

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

border-color css

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

 span { border-color: rgb(31,60,139); }

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