Html Css Color HEX #183A4B Blue Whale

📋 copy color: '#183A4B'

red 24 ◦ green 58 ◦ blue 75

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

Shades of Blue Whale #183A4B

Tints of Blue Whale #183A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.94%

 BLUE value IS 75 (29.69% from 255) = 47.77%

R = 15.29%
G = 36.94%
B = 47.77%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#183A4B (or 0x183A4B) is known color: Blue Whale. HEX triplet: 18, 3A and 4B. RGB value is (24,58,75). Sum of RGB (Red+Green+Blue) = 24+58+75=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #183A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183A4B is #E7C5B4. Grayscale: #313131. Windows color (decimal): -15189429 or 4930072. OLE color: 4930072.

HSL color Cylindrical-coordinate representation of color #183A4B: hue angle of 200º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #183A4B is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 58 75 -
CMYK 0.68 0.23 0 0.71
HSL 200º 0.52% 0.19% -
HSV(B) 200º 0.68% 0.29% -
XYZ 3.16 3.73 7.21 -
YUV 49.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 24 58 75 0.68 0.23 0 0.71 200 0.52 0.19
Hex 18 3A 4B 44 17 0 47 C8 34 13
Octal 30 72 113 104 27 0 107 310 64 23
Binary 11000 111010 1001011 1000100 10111 0 1000111 11001000 110100 10011

Color Harmonies of #183A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183A4B

Black with #183A4B

Text Example


Text Example

White with #183A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183A4B; }

 p { color: rgb(24,58,75); }

 H1.HeaderClassName
 {
   color: #183A4B;
 }
 .AnyTagClassName
 {
   color: #183A4B;
 }
</style>

background-color css

<style>
 a { background-color: #183A4B; }

 a { background-color: rgb(24,58,75); }

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

border-color css

<style>
 span { border-color: #183A4B; }

 span { border-color: rgb(24,58,75); }

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