Html Css Color HEX #18374A Blue Whale

📋 copy color: '#18374A'

red 24 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #18374A

Tints of Blue Whale #18374A

RGB

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

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

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

R = 15.69%
G = 35.95%
B = 48.37%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18374A (or 0x18374A) is known color: Blue Whale. HEX triplet: 18, 37 and 4A. RGB value is (24,55,74). Sum of RGB (Red+Green+Blue) = 24+55+74=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 74 - color contains mainly: blue. Hex color #18374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18374A is #E7C8B5. Grayscale: #2F2F2F. Windows color (decimal): -15190198 or 4863768. OLE color: 4863768.

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

Color convert

RGB 24 55 74 -
CMYK 0.68 0.26 0 0.71
HSL 202.8º 0.51% 0.19% -
HSV(B) 202.8º 0.68% 0.29% -
XYZ 2.98 3.42 6.98 -
YUV 47.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 24 55 74 0.68 0.26 0 0.71 202.8 0.51 0.19
Hex 18 37 4A 44 1A 0 47 CB 33 13
Octal 30 67 112 104 32 0 107 313 63 23
Binary 11000 110111 1001010 1000100 11010 0 1000111 11001011 110011 10011

Color Harmonies of #18374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18374A

Black with #18374A

Text Example


Text Example

White with #18374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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