Html Css Color HEX #1D374B Blue Whale

📋 copy color: '#1D374B'

red 29 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #1D374B

Tints of Blue Whale #1D374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.59%

 BLUE value IS 75 (29.69% from 255) = 47.17%

R = 18.24%
G = 34.59%
B = 47.17%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D374B (or 0x1D374B) is known color: Blue Whale. HEX triplet: 1D, 37 and 4B. RGB value is (29,55,75). Sum of RGB (Red+Green+Blue) = 29+55+75=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D374B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D374B is #E2C8B4. Grayscale: #313131. Windows color (decimal): -14862517 or 4929309. OLE color: 4929309.

HSL color Cylindrical-coordinate representation of color #1D374B: hue angle of 206.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D374B is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 55 75 -
CMYK 0.61 0.27 0 0.71
HSL 206.09º 0.44% 0.2% -
HSV(B) 206.09º 0.61% 0.29% -
XYZ 3.14 3.5 7.17 -
YUV 49.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 29 55 75 0.61 0.27 0 0.71 206.09 0.44 0.2
Hex 1D 37 4B 3D 1B 0 47 CE 2C 14
Octal 35 67 113 75 33 0 107 316 54 24
Binary 11101 110111 1001011 111101 11011 0 1000111 11001110 101100 10100

Color Harmonies of #1D374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D374B

Black with #1D374B

Text Example


Text Example

White with #1D374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,75); }

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

background-color css

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

 a { background-color: rgb(29,55,75); }

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

border-color css

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

 span { border-color: rgb(29,55,75); }

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