Html Css Color HEX #18334A Blue Whale

📋 copy color: '#18334A'

red 24 ◦ green 51 ◦ blue 74

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

Shades of Blue Whale #18334A

Tints of Blue Whale #18334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

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

R = 16.11%
G = 34.23%
B = 49.66%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18334A (or 0x18334A) is known color: Blue Whale. HEX triplet: 18, 33 and 4A. RGB value is (24,51,74). Sum of RGB (Red+Green+Blue) = 24+51+74=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #18334A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18334A is #E7CCB5. Grayscale: #2D2D2D. Windows color (decimal): -15191222 or 4862744. OLE color: 4862744.

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

Color convert

RGB 24 51 74 -
CMYK 0.68 0.31 0 0.71
HSL 207.6º 0.51% 0.19% -
HSV(B) 207.6º 0.68% 0.29% -
XYZ 2.8 3.06 6.92 -
YUV 45.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 24 51 74 0.68 0.31 0 0.71 207.6 0.51 0.19
Hex 18 33 4A 44 1F 0 47 D0 33 13
Octal 30 63 112 104 37 0 107 320 63 23
Binary 11000 110011 1001010 1000100 11111 0 1000111 11010000 110011 10011

Color Harmonies of #18334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18334A

Black with #18334A

Text Example


Text Example

White with #18334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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