Html Css Color HEX #123450 Blue Whale

📋 copy color: '#123450'

red 18 ◦ green 52 ◦ blue 80

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

Shades of Blue Whale #123450

Tints of Blue Whale #123450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 80 (31.64% from 255) = 53.33%

R = 12%
G = 34.67%
B = 53.33%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#123450 (or 0x123450) is known color: Blue Whale. HEX triplet: 12, 34 and 50. RGB value is (18,52,80). Sum of RGB (Red+Green+Blue) = 18+52+80=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #123450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123450 is #EDCBAF. Grayscale: #2C2C2C. Windows color (decimal): -15584176 or 5256210. OLE color: 5256210.

HSL color Cylindrical-coordinate representation of color #123450: hue angle of 207.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #123450 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 52 80 -
CMYK 0.78 0.35 0 0.69
HSL 207.1º 0.63% 0.19% -
HSV(B) 207.1º 0.78% 0.31% -
XYZ 2.93 3.16 8.05 -
YUV 45.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 18 52 80 0.78 0.35 0 0.69 207.1 0.63 0.19
Hex 12 34 50 4E 23 0 45 CF 3F 13
Octal 22 64 120 116 43 0 105 317 77 23
Binary 10010 110100 1010000 1001110 100011 0 1000101 11001111 111111 10011

Color Harmonies of #123450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123450

Black with #123450

Text Example


Text Example

White with #123450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123450; }

 p { color: rgb(18,52,80); }

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

background-color css

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

 a { background-color: rgb(18,52,80); }

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

border-color css

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

 span { border-color: rgb(18,52,80); }

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