Html Css Color HEX #1F3548 Blue Whale

📋 copy color: '#1F3548'

red 31 ◦ green 53 ◦ blue 72

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

Shades of Blue Whale #1F3548

Tints of Blue Whale #1F3548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.97%

 BLUE value IS 72 (28.52% from 255) = 46.15%

R = 19.87%
G = 33.97%
B = 46.15%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1F3548 (or 0x1F3548) is known color: Blue Whale. HEX triplet: 1F, 35 and 48. RGB value is (31,53,72). Sum of RGB (Red+Green+Blue) = 31+53+72=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3548 is #E0CAB7. Grayscale: #303030. Windows color (decimal): -14731960 or 4732191. OLE color: 4732191.

HSL color Cylindrical-coordinate representation of color #1F3548: hue angle of 207.8º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F3548 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 31 53 72 -
CMYK 0.57 0.26 0 0.72
HSL 207.8º 0.4% 0.2% -
HSV(B) 207.8º 0.57% 0.28% -
XYZ 3.01 3.31 6.61 -
YUV 48.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 31 53 72 0.57 0.26 0 0.72 207.8 0.4 0.2
Hex 1F 35 48 39 1A 0 48 D0 28 14
Octal 37 65 110 71 32 0 110 320 50 24
Binary 11111 110101 1001000 111001 11010 0 1001000 11010000 101000 10100

Color Harmonies of #1F3548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3548

Black with #1F3548

Text Example


Text Example

White with #1F3548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,53,72); }

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

background-color css

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

 a { background-color: rgb(31,53,72); }

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

border-color css

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

 span { border-color: rgb(31,53,72); }

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