Html Css Color HEX #18374E Blue Whale

📋 copy color: '#18374E'

red 24 ◦ green 55 ◦ blue 78

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

Shades of Blue Whale #18374E

Tints of Blue Whale #18374E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

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

R = 15.29%
G = 35.03%
B = 49.68%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18374E (or 0x18374E) is known color: Blue Whale. HEX triplet: 18, 37 and 4E. RGB value is (24,55,78). Sum of RGB (Red+Green+Blue) = 24+55+78=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #18374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18374E is #E7C8B1. Grayscale: #303030. Windows color (decimal): -15190194 or 5125912. OLE color: 5125912.

HSL color Cylindrical-coordinate representation of color #18374E: hue angle of 205.56º 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 #18374E is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 55 78 -
CMYK 0.69 0.29 0 0.69
HSL 205.56º 0.53% 0.2% -
HSV(B) 205.56º 0.69% 0.31% -
XYZ 3.12 3.48 7.71 -
YUV 48.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 24 55 78 0.69 0.29 0 0.69 205.56 0.53 0.2
Hex 18 37 4E 45 1D 0 45 CE 35 14
Octal 30 67 116 105 35 0 105 316 65 24
Binary 11000 110111 1001110 1000101 11101 0 1000101 11001110 110101 10100

Color Harmonies of #18374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18374E

Black with #18374E

Text Example


Text Example

White with #18374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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