Html Css Color HEX #18364E Blue Whale

📋 copy color: '#18364E'

red 24 ◦ green 54 ◦ blue 78

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

Shades of Blue Whale #18364E

Tints of Blue Whale #18364E

RGB

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

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

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

R = 15.38%
G = 34.62%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18364E (or 0x18364E) is known color: Blue Whale. HEX triplet: 18, 36 and 4E. RGB value is (24,54,78). Sum of RGB (Red+Green+Blue) = 24+54+78=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 78 (30.86% from 255 or 50% from 156); Max value from RGB is 78 - color contains mainly: blue. Hex color #18364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18364E is #E7C9B1. Grayscale: #2F2F2F. Windows color (decimal): -15190450 or 5125656. OLE color: 5125656.

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

Color convert

RGB 24 54 78 -
CMYK 0.69 0.31 0 0.69
HSL 206.67º 0.53% 0.2% -
HSV(B) 206.67º 0.69% 0.31% -
XYZ 3.07 3.38 7.7 -
YUV 47.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 24 54 78 0.69 0.31 0 0.69 206.67 0.53 0.2
Hex 18 36 4E 45 1F 0 45 CF 35 14
Octal 30 66 116 105 37 0 105 317 65 24
Binary 11000 110110 1001110 1000101 11111 0 1000101 11001111 110101 10100

Color Harmonies of #18364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18364E

Black with #18364E

Text Example


Text Example

White with #18364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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