Html Css Color HEX #18334E Blue Whale

📋 copy color: '#18334E'

red 24 ◦ green 51 ◦ blue 78

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

Shades of Blue Whale #18334E

Tints of Blue Whale #18334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50.98%

R = 15.69%
G = 33.33%
B = 50.98%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#18334E (or 0x18334E) is known color: Blue Whale. HEX triplet: 18, 33 and 4E. RGB value is (24,51,78). Sum of RGB (Red+Green+Blue) = 24+51+78=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #18334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18334E is #E7CCB1. Grayscale: #2D2D2D. Windows color (decimal): -15191218 or 5124888. OLE color: 5124888.

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

Color convert

RGB 24 51 78 -
CMYK 0.69 0.35 0 0.69
HSL 210º 0.53% 0.2% -
HSV(B) 210º 0.69% 0.31% -
XYZ 2.94 3.11 7.65 -
YUV 46.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 24 51 78 0.69 0.35 0 0.69 210 0.53 0.2
Hex 18 33 4E 45 23 0 45 D2 35 14
Octal 30 63 116 105 43 0 105 322 65 24
Binary 11000 110011 1001110 1000101 100011 0 1000101 11010010 110101 10100

Color Harmonies of #18334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18334E

Black with #18334E

Text Example


Text Example

White with #18334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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