Html Css Color HEX #123946 Blue Whale

📋 copy color: '#123946'

red 18 ◦ green 57 ◦ blue 70

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

Shades of Blue Whale #123946

Tints of Blue Whale #123946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

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

R = 12.41%
G = 39.31%
B = 48.28%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#123946 (or 0x123946) is known color: Blue Whale. HEX triplet: 12, 39 and 46. RGB value is (18,57,70). Sum of RGB (Red+Green+Blue) = 18+57+70=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #123946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123946 is #EDC6B9. Grayscale: #2E2E2E. Windows color (decimal): -15582906 or 4602130. OLE color: 4602130.

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

Color convert

RGB 18 57 70 -
CMYK 0.74 0.19 0 0.73
HSL 195º 0.59% 0.17% -
HSV(B) 195º 0.74% 0.27% -
XYZ 2.82 3.5 6.32 -
YUV 46.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 18 57 70 0.74 0.19 0 0.73 195 0.59 0.17
Hex 12 39 46 4A 13 0 49 C3 3B 11
Octal 22 71 106 112 23 0 111 303 73 21
Binary 10010 111001 1000110 1001010 10011 0 1001001 11000011 111011 10001

Color Harmonies of #123946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123946

Black with #123946

Text Example


Text Example

White with #123946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123946; }

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

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

background-color css

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

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

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

border-color css

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

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

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