Html Css Color HEX #18394B Blue Whale

📋 copy color: '#18394B'

red 24 ◦ green 57 ◦ blue 75

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

Shades of Blue Whale #18394B

Tints of Blue Whale #18394B

RGB

 RED value IS 24 (9.77% from 255) = 15.38%

 GREEN value IS 57 (22.66% from 255) = 36.54%

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

R = 15.38%
G = 36.54%
B = 48.08%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18394B (or 0x18394B) is known color: Blue Whale. HEX triplet: 18, 39 and 4B. RGB value is (24,57,75). Sum of RGB (Red+Green+Blue) = 24+57+75=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #18394B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18394B is #E7C6B4. Grayscale: #313131. Windows color (decimal): -15189685 or 4929816. OLE color: 4929816.

HSL color Cylindrical-coordinate representation of color #18394B: hue angle of 201.18º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18394B is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 57 75 -
CMYK 0.68 0.24 0 0.71
HSL 201.18º 0.52% 0.19% -
HSV(B) 201.18º 0.68% 0.29% -
XYZ 3.11 3.63 7.19 -
YUV 49.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 24 57 75 0.68 0.24 0 0.71 201.18 0.52 0.19
Hex 18 39 4B 44 18 0 47 C9 34 13
Octal 30 71 113 104 30 0 107 311 64 23
Binary 11000 111001 1001011 1000100 11000 0 1000111 11001001 110100 10011

Color Harmonies of #18394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18394B

Black with #18394B

Text Example


Text Example

White with #18394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18394B; }

 p { color: rgb(24,57,75); }

 H1.HeaderClassName
 {
   color: #18394B;
 }
 .AnyTagClassName
 {
   color: #18394B;
 }
</style>

background-color css

<style>
 a { background-color: #18394B; }

 a { background-color: rgb(24,57,75); }

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

border-color css

<style>
 span { border-color: #18394B; }

 span { border-color: rgb(24,57,75); }

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