Html Css Color HEX #1F354A Blue Whale

📋 copy color: '#1F354A'

red 31 ◦ green 53 ◦ blue 74

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

Shades of Blue Whale #1F354A

Tints of Blue Whale #1F354A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 46.84%

R = 19.62%
G = 33.54%
B = 46.84%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F354A (or 0x1F354A) is known color: Blue Whale. HEX triplet: 1F, 35 and 4A. RGB value is (31,53,74). Sum of RGB (Red+Green+Blue) = 31+53+74=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F354A is #E0CAB5. Grayscale: #303030. Windows color (decimal): -14731958 or 4863263. OLE color: 4863263.

HSL color Cylindrical-coordinate representation of color #1F354A: hue angle of 209.3º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F354A is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 53 74 -
CMYK 0.58 0.28 0 0.71
HSL 209.3º 0.41% 0.21% -
HSV(B) 209.3º 0.58% 0.29% -
XYZ 3.07 3.33 6.96 -
YUV 48.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 31 53 74 0.58 0.28 0 0.71 209.3 0.41 0.21
Hex 1F 35 4A 3A 1C 0 47 D1 29 15
Octal 37 65 112 72 34 0 107 321 51 25
Binary 11111 110101 1001010 111010 11100 0 1000111 11010001 101001 10101

Color Harmonies of #1F354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F354A

Black with #1F354A

Text Example


Text Example

White with #1F354A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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