Html Css Color HEX #18343F Blue Whale

📋 copy color: '#18343F'

red 24 ◦ green 52 ◦ blue 63

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

Shades of Blue Whale #18343F

Tints of Blue Whale #18343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.41%

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

R = 17.27%
G = 37.41%
B = 45.32%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18343F (or 0x18343F) is known color: Blue Whale. HEX triplet: 18, 34 and 3F. RGB value is (24,52,63). Sum of RGB (Red+Green+Blue) = 24+52+63=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 63 - color contains mainly: blue. Hex color #18343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18343F is #E7CBC0. Grayscale: #2C2C2C. Windows color (decimal): -15190977 or 4142104. OLE color: 4142104.

HSL color Cylindrical-coordinate representation of color #18343F: hue angle of 196.92º 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 #18343F is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 52 63 -
CMYK 0.62 0.17 0 0.75
HSL 196.92º 0.45% 0.17% -
HSV(B) 196.92º 0.62% 0.25% -
XYZ 2.5 3.01 5.15 -
YUV 44.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 24 52 63 0.62 0.17 0 0.75 196.92 0.45 0.17
Hex 18 34 3F 3E 11 0 4B C5 2D 11
Octal 30 64 77 76 21 0 113 305 55 21
Binary 11000 110100 111111 111110 10001 0 1001011 11000101 101101 10001

Color Harmonies of #18343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18343F

Black with #18343F

Text Example


Text Example

White with #18343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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