Html Css Color HEX #1F388B Resolution Blue

📋 copy color: '#1F388B'

red 31 ◦ green 56 ◦ blue 139

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

Shades of Resolution Blue #1F388B

Tints of Resolution Blue #1F388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

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

R = 13.72%
G = 24.78%
B = 61.5%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F388B (or 0x1F388B) is known color: Resolution Blue. HEX triplet: 1F, 38 and 8B. RGB value is (31,56,139). Sum of RGB (Red+Green+Blue) = 31+56+139=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F388B is #E0C774. Grayscale: #393939. Windows color (decimal): -14731125 or 9123871. OLE color: 9123871.

HSL color Cylindrical-coordinate representation of color #1F388B: hue angle of 226.11º 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 #1F388B is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 56 139 -
CMYK 0.78 0.60 0 0.45
HSL 226.11º 0.64% 0.33% -
HSV(B) 226.11º 0.78% 0.55% -
XYZ 6.64 4.98 25.04 -
YUV 57.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 31 56 139 0.78 0.60 0 0.45 226.11 0.64 0.33
Hex 1F 38 8B 4E 3C 0 2D E2 40 21
Octal 37 70 213 116 74 0 55 342 100 41
Binary 11111 111000 10001011 1001110 111100 0 101101 11100010 1000000 100001

Color Harmonies of #1F388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F388B

Black with #1F388B

Text Example


Text Example

White with #1F388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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