Html Css Color HEX #18384E Blue Whale

📋 copy color: '#18384E'

red 24 ◦ green 56 ◦ blue 78

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

Shades of Blue Whale #18384E

Tints of Blue Whale #18384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.44%

 BLUE value IS 78 (30.86% from 255) = 49.37%

R = 15.19%
G = 35.44%
B = 49.37%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18384E (or 0x18384E) is known color: Blue Whale. HEX triplet: 18, 38 and 4E. RGB value is (24,56,78). Sum of RGB (Red+Green+Blue) = 24+56+78=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #18384E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18384E is #E7C7B1. Grayscale: #303030. Windows color (decimal): -15189938 or 5126168. OLE color: 5126168.

HSL color Cylindrical-coordinate representation of color #18384E: hue angle of 204.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18384E is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 56 78 -
CMYK 0.69 0.28 0 0.69
HSL 204.44º 0.53% 0.2% -
HSV(B) 204.44º 0.69% 0.31% -
XYZ 3.17 3.57 7.73 -
YUV 48.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 24 56 78 0.69 0.28 0 0.69 204.44 0.53 0.2
Hex 18 38 4E 45 1C 0 45 CC 35 14
Octal 30 70 116 105 34 0 105 314 65 24
Binary 11000 111000 1001110 1000101 11100 0 1000101 11001100 110101 10100

Color Harmonies of #18384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18384E

Black with #18384E

Text Example


Text Example

White with #18384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18384E; }

 p { color: rgb(24,56,78); }

 H1.HeaderClassName
 {
   color: #18384E;
 }
 .AnyTagClassName
 {
   color: #18384E;
 }
</style>

background-color css

<style>
 a { background-color: #18384E; }

 a { background-color: rgb(24,56,78); }

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

border-color css

<style>
 span { border-color: #18384E; }

 span { border-color: rgb(24,56,78); }

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