Html Css Color HEX #18394C Blue Whale

📋 copy color: '#18394C'

red 24 ◦ green 57 ◦ blue 76

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

Shades of Blue Whale #18394C

Tints of Blue Whale #18394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.41%

R = 15.29%
G = 36.31%
B = 48.41%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18394C (or 0x18394C) is known color: Blue Whale. HEX triplet: 18, 39 and 4C. RGB value is (24,57,76). Sum of RGB (Red+Green+Blue) = 24+57+76=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #18394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18394C is #E7C6B3. Grayscale: #313131. Windows color (decimal): -15189684 or 4995352. OLE color: 4995352.

HSL color Cylindrical-coordinate representation of color #18394C: hue angle of 201.92º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18394C is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 57 76 -
CMYK 0.68 0.25 0 0.70
HSL 201.92º 0.52% 0.2% -
HSV(B) 201.92º 0.68% 0.3% -
XYZ 3.14 3.64 7.37 -
YUV 49.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 24 57 76 0.68 0.25 0 0.70 201.92 0.52 0.2
Hex 18 39 4C 44 19 0 46 CA 34 14
Octal 30 71 114 104 31 0 106 312 64 24
Binary 11000 111001 1001100 1000100 11001 0 1000110 11001010 110100 10100

Color Harmonies of #18394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18394C

Black with #18394C

Text Example


Text Example

White with #18394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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