Html Css Color HEX #1F468B Fun Blue

📋 copy color: '#1F468B'

red 31 ◦ green 70 ◦ blue 139

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

Shades of Fun Blue #1F468B

Tints of Fun Blue #1F468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 12.92%
G = 29.17%
B = 57.92%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1F468B (or 0x1F468B) is known color: Fun Blue. HEX triplet: 1F, 46 and 8B. RGB value is (31,70,139). Sum of RGB (Red+Green+Blue) = 31+70+139=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F468B is #E0B974. Grayscale: #414141. Windows color (decimal): -14727541 or 9127455. OLE color: 9127455.

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

Color convert

RGB 31 70 139 -
CMYK 0.78 0.50 0 0.45
HSL 218.33º 0.64% 0.33% -
HSV(B) 218.33º 0.78% 0.55% -
XYZ 7.42 6.54 25.3 -
YUV 66.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 31 70 139 0.78 0.50 0 0.45 218.33 0.64 0.33
Hex 1F 46 8B 4E 32 0 2D DA 40 21
Octal 37 106 213 116 62 0 55 332 100 41
Binary 11111 1000110 10001011 1001110 110010 0 101101 11011010 1000000 100001

Color Harmonies of #1F468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F468B

Black with #1F468B

Text Example


Text Example

White with #1F468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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