Html Css Color HEX #123246 Blue Whale

📋 copy color: '#123246'

red 18 ◦ green 50 ◦ blue 70

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

Shades of Blue Whale #123246

Tints of Blue Whale #123246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.23%

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

R = 13.04%
G = 36.23%
B = 50.72%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#123246 (or 0x123246) is known color: Blue Whale. HEX triplet: 12, 32 and 46. RGB value is (18,50,70). Sum of RGB (Red+Green+Blue) = 18+50+70=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #123246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123246 is #EDCDB9. Grayscale: #2A2A2A. Windows color (decimal): -15584698 or 4600338. OLE color: 4600338.

HSL color Cylindrical-coordinate representation of color #123246: hue angle of 203.08º 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 #123246 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 50 70 -
CMYK 0.74 0.29 0 0.73
HSL 203.08º 0.59% 0.17% -
HSV(B) 203.08º 0.74% 0.27% -
XYZ 2.5 2.85 6.21 -
YUV 42.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 18 50 70 0.74 0.29 0 0.73 203.08 0.59 0.17
Hex 12 32 46 4A 1D 0 49 CB 3B 11
Octal 22 62 106 112 35 0 111 313 73 21
Binary 10010 110010 1000110 1001010 11101 0 1001001 11001011 111011 10001

Color Harmonies of #123246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123246

Black with #123246

Text Example


Text Example

White with #123246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123246; }

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

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

background-color css

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

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

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

border-color css

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

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

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