Html Css Color HEX #123346 Blue Whale

📋 copy color: '#123346'

red 18 ◦ green 51 ◦ blue 70

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

Shades of Blue Whale #123346

Tints of Blue Whale #123346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.69%

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

R = 12.95%
G = 36.69%
B = 50.36%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#123346 (or 0x123346) is known color: Blue Whale. HEX triplet: 12, 33 and 46. RGB value is (18,51,70). Sum of RGB (Red+Green+Blue) = 18+51+70=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #123346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123346 is #EDCCB9. Grayscale: #2B2B2B. Windows color (decimal): -15584442 or 4600594. OLE color: 4600594.

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

Color convert

RGB 18 51 70 -
CMYK 0.74 0.27 0 0.73
HSL 201.92º 0.59% 0.17% -
HSV(B) 201.92º 0.74% 0.27% -
XYZ 2.54 2.94 6.23 -
YUV 43.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 18 51 70 0.74 0.27 0 0.73 201.92 0.59 0.17
Hex 12 33 46 4A 1B 0 49 CA 3B 11
Octal 22 63 106 112 33 0 111 312 73 21
Binary 10010 110011 1000110 1001010 11011 0 1001001 11001010 111011 10001

Color Harmonies of #123346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123346

Black with #123346

Text Example


Text Example

White with #123346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123346; }

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

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

background-color css

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

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

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

border-color css

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

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

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