Html Css Color HEX #18333F Blue Whale

📋 copy color: '#18333F'

red 24 ◦ green 51 ◦ blue 63

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

Shades of Blue Whale #18333F

Tints of Blue Whale #18333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.65%

R = 17.39%
G = 36.96%
B = 45.65%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18333F (or 0x18333F) is known color: Blue Whale. HEX triplet: 18, 33 and 3F. RGB value is (24,51,63). Sum of RGB (Red+Green+Blue) = 24+51+63=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #18333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18333F is #E7CCC0. Grayscale: #2C2C2C. Windows color (decimal): -15191233 or 4141848. OLE color: 4141848.

HSL color Cylindrical-coordinate representation of color #18333F: hue angle of 198.46º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18333F is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 51 63 -
CMYK 0.62 0.19 0 0.75
HSL 198.46º 0.45% 0.17% -
HSV(B) 198.46º 0.62% 0.25% -
XYZ 2.46 2.92 5.14 -
YUV 44.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 24 51 63 0.62 0.19 0 0.75 198.46 0.45 0.17
Hex 18 33 3F 3E 13 0 4B C6 2D 11
Octal 30 63 77 76 23 0 113 306 55 21
Binary 11000 110011 111111 111110 10011 0 1001011 11000110 101101 10001

Color Harmonies of #18333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18333F

Black with #18333F

Text Example


Text Example

White with #18333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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