Html Css Color HEX #1D3847 Blue Whale

📋 copy color: '#1D3847'

red 29 ◦ green 56 ◦ blue 71

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

Shades of Blue Whale #1D3847

Tints of Blue Whale #1D3847

RGB

 RED value IS 29 (11.72% from 255) = 18.59%

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

 BLUE value IS 71 (28.13% from 255) = 45.51%

R = 18.59%
G = 35.9%
B = 45.51%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D3847 (or 0x1D3847) is known color: Blue Whale. HEX triplet: 1D, 38 and 47. RGB value is (29,56,71). Sum of RGB (Red+Green+Blue) = 29+56+71=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3847 is #E2C7B8. Grayscale: #313131. Windows color (decimal): -14862265 or 4667421. OLE color: 4667421.

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

Color convert

RGB 29 56 71 -
CMYK 0.59 0.21 0 0.72
HSL 201.43º 0.42% 0.2% -
HSV(B) 201.43º 0.59% 0.28% -
XYZ 3.06 3.54 6.48 -
YUV 49.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 29 56 71 0.59 0.21 0 0.72 201.43 0.42 0.2
Hex 1D 38 47 3B 15 0 48 C9 2A 14
Octal 35 70 107 73 25 0 110 311 52 24
Binary 11101 111000 1000111 111011 10101 0 1001000 11001001 101010 10100

Color Harmonies of #1D3847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3847

Black with #1D3847

Text Example


Text Example

White with #1D3847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,56,71); }

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

background-color css

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

 a { background-color: rgb(29,56,71); }

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

border-color css

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

 span { border-color: rgb(29,56,71); }

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