Html Css Color HEX #18364A Blue Whale

📋 copy color: '#18364A'

red 24 ◦ green 54 ◦ blue 74

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

Shades of Blue Whale #18364A

Tints of Blue Whale #18364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 48.68%

R = 15.79%
G = 35.53%
B = 48.68%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18364A (or 0x18364A) is known color: Blue Whale. HEX triplet: 18, 36 and 4A. RGB value is (24,54,74). Sum of RGB (Red+Green+Blue) = 24+54+74=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #18364A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18364A is #E7C9B5. Grayscale: #2F2F2F. Windows color (decimal): -15190454 or 4863512. OLE color: 4863512.

HSL color Cylindrical-coordinate representation of color #18364A: hue angle of 204º degrees, saturation: 0.51, 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 #18364A is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 54 74 -
CMYK 0.68 0.27 0 0.71
HSL 204º 0.51% 0.19% -
HSV(B) 204º 0.68% 0.29% -
XYZ 2.93 3.33 6.97 -
YUV 47.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 24 54 74 0.68 0.27 0 0.71 204 0.51 0.19
Hex 18 36 4A 44 1B 0 47 CC 33 13
Octal 30 66 112 104 33 0 107 314 63 23
Binary 11000 110110 1001010 1000100 11011 0 1000111 11001100 110011 10011

Color Harmonies of #18364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18364A

Black with #18364A

Text Example


Text Example

White with #18364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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