Html Css Color HEX #1E364B Blue Whale

📋 copy color: '#1E364B'

red 30 ◦ green 54 ◦ blue 75

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

Shades of Blue Whale #1E364B

Tints of Blue Whale #1E364B

RGB

 RED value IS 30 (12.11% from 255) = 18.87%

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

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

R = 18.87%
G = 33.96%
B = 47.17%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1E364B (or 0x1E364B) is known color: Blue Whale. HEX triplet: 1E, 36 and 4B. RGB value is (30,54,75). Sum of RGB (Red+Green+Blue) = 30+54+75=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 54 (21.48% from 255 or 33.96% 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 #1E364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E364B is #E1C9B4. Grayscale: #313131. Windows color (decimal): -14797237 or 4929054. OLE color: 4929054.

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

Color convert

RGB 30 54 75 -
CMYK 0.60 0.28 0 0.71
HSL 208º 0.43% 0.21% -
HSV(B) 208º 0.6% 0.29% -
XYZ 3.12 3.42 7.15 -
YUV 49.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 30 54 75 0.60 0.28 0 0.71 208 0.43 0.21
Hex 1E 36 4B 3C 1C 0 47 D0 2B 15
Octal 36 66 113 74 34 0 107 320 53 25
Binary 11110 110110 1001011 111100 11100 0 1000111 11010000 101011 10101

Color Harmonies of #1E364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E364B

Black with #1E364B

Text Example


Text Example

White with #1E364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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