Html Css Color HEX #123546 Blue Whale

📋 copy color: '#123546'

red 18 ◦ green 53 ◦ blue 70

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

Shades of Blue Whale #123546

Tints of Blue Whale #123546

RGB

 RED value IS 18 (7.42% from 255) = 12.77%

 GREEN value IS 53 (21.09% from 255) = 37.59%

 BLUE value IS 70 (27.73% from 255) = 49.65%

R = 12.77%
G = 37.59%
B = 49.65%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#123546 (or 0x123546) is known color: Blue Whale. HEX triplet: 12, 35 and 46. RGB value is (18,53,70). Sum of RGB (Red+Green+Blue) = 18+53+70=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #123546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123546 is #EDCAB9. Grayscale: #2C2C2C. Windows color (decimal): -15583930 or 4601106. OLE color: 4601106.

HSL color Cylindrical-coordinate representation of color #123546: hue angle of 199.62º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #123546 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 53 70 -
CMYK 0.74 0.24 0 0.73
HSL 199.62º 0.59% 0.17% -
HSV(B) 199.62º 0.74% 0.27% -
XYZ 2.63 3.12 6.26 -
YUV 44.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 18 53 70 0.74 0.24 0 0.73 199.62 0.59 0.17
Hex 12 35 46 4A 18 0 49 C8 3B 11
Octal 22 65 106 112 30 0 111 310 73 21
Binary 10010 110101 1000110 1001010 11000 0 1001001 11001000 111011 10001

Color Harmonies of #123546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123546

Black with #123546

Text Example


Text Example

White with #123546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123546; }

 p { color: rgb(18,53,70); }

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

background-color css

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

 a { background-color: rgb(18,53,70); }

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

border-color css

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

 span { border-color: rgb(18,53,70); }

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