Html Css Color HEX #18333D Blue Whale

📋 copy color: '#18333D'

red 24 ◦ green 51 ◦ blue 61

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

Shades of Blue Whale #18333D

Tints of Blue Whale #18333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.85%

R = 17.65%
G = 37.5%
B = 44.85%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18333D (or 0x18333D) is known color: Blue Whale. HEX triplet: 18, 33 and 3D. RGB value is (24,51,61). Sum of RGB (Red+Green+Blue) = 24+51+61=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #18333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18333D is #E7CCC2. Grayscale: #2C2C2C. Windows color (decimal): -15191235 or 4010776. OLE color: 4010776.

HSL color Cylindrical-coordinate representation of color #18333D: hue angle of 196.22º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18333D is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 51 61 -
CMYK 0.61 0.16 0 0.76
HSL 196.22º 0.44% 0.17% -
HSV(B) 196.22º 0.61% 0.24% -
XYZ 2.4 2.9 4.85 -
YUV 44.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 24 51 61 0.61 0.16 0 0.76 196.22 0.44 0.17
Hex 18 33 3D 3D 10 0 4C C4 2C 11
Octal 30 63 75 75 20 0 114 304 54 21
Binary 11000 110011 111101 111101 10000 0 1001100 11000100 101100 10001

Color Harmonies of #18333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18333D

Black with #18333D

Text Example


Text Example

White with #18333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18333D; }

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

 H1.HeaderClassName
 {
   color: #18333D;
 }
 .AnyTagClassName
 {
   color: #18333D;
 }
</style>

background-color css

<style>
 a { background-color: #18333D; }

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

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

border-color css

<style>
 span { border-color: #18333D; }

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

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