Html Css Color HEX #1D364B Blue Whale

📋 copy color: '#1D364B'

red 29 ◦ green 54 ◦ blue 75

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

Shades of Blue Whale #1D364B

Tints of Blue Whale #1D364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

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

R = 18.35%
G = 34.18%
B = 47.47%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D364B (or 0x1D364B) is known color: Blue Whale. HEX triplet: 1D, 36 and 4B. RGB value is (29,54,75). Sum of RGB (Red+Green+Blue) = 29+54+75=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D364B is #E2C9B4. Grayscale: #303030. Windows color (decimal): -14862773 or 4929053. OLE color: 4929053.

HSL color Cylindrical-coordinate representation of color #1D364B: hue angle of 207.39º 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 #1D364B is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 54 75 -
CMYK 0.61 0.28 0 0.71
HSL 207.39º 0.44% 0.2% -
HSV(B) 207.39º 0.61% 0.29% -
XYZ 3.1 3.41 7.15 -
YUV 48.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 29 54 75 0.61 0.28 0 0.71 207.39 0.44 0.2
Hex 1D 36 4B 3D 1C 0 47 CF 2C 14
Octal 35 66 113 75 34 0 107 317 54 24
Binary 11101 110110 1001011 111101 11100 0 1000111 11001111 101100 10100

Color Harmonies of #1D364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D364B

Black with #1D364B

Text Example


Text Example

White with #1D364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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