Html Css Color HEX #18334F Blue Whale

📋 copy color: '#18334F'

red 24 ◦ green 51 ◦ blue 79

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

Shades of Blue Whale #18334F

Tints of Blue Whale #18334F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 51.3%

R = 15.58%
G = 33.12%
B = 51.3%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18334F (or 0x18334F) is known color: Blue Whale. HEX triplet: 18, 33 and 4F. RGB value is (24,51,79). Sum of RGB (Red+Green+Blue) = 24+51+79=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #18334F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18334F is #E7CCB0. Grayscale: #2D2D2D. Windows color (decimal): -15191217 or 5190424. OLE color: 5190424.

HSL color Cylindrical-coordinate representation of color #18334F: hue angle of 210.55º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18334F is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 51 79 -
CMYK 0.70 0.35 0 0.69
HSL 210.55º 0.53% 0.2% -
HSV(B) 210.55º 0.7% 0.31% -
XYZ 2.97 3.13 7.84 -
YUV 46.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 24 51 79 0.70 0.35 0 0.69 210.55 0.53 0.2
Hex 18 33 4F 46 23 0 45 D3 35 14
Octal 30 63 117 106 43 0 105 323 65 24
Binary 11000 110011 1001111 1000110 100011 0 1000101 11010011 110101 10100

Color Harmonies of #18334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18334F

Black with #18334F

Text Example


Text Example

White with #18334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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