Html Css Color HEX #123B48 Blue Whale

📋 copy color: '#123B48'

red 18 ◦ green 59 ◦ blue 72

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

Shades of Blue Whale #123B48

Tints of Blue Whale #123B48

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.6%

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 12.08%
G = 39.6%
B = 48.32%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123B48 (or 0x123B48) is known color: Blue Whale. HEX triplet: 12, 3B and 48. RGB value is (18,59,72). Sum of RGB (Red+Green+Blue) = 18+59+72=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #123B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123B48 is #EDC4B7. Grayscale: #303030. Windows color (decimal): -15582392 or 4733714. OLE color: 4733714.

HSL color Cylindrical-coordinate representation of color #123B48: hue angle of 194.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123B48 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 59 72 -
CMYK 0.75 0.18 0 0.72
HSL 194.44º 0.6% 0.18% -
HSV(B) 194.44º 0.75% 0.28% -
XYZ 2.98 3.72 6.69 -
YUV 48.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 18 59 72 0.75 0.18 0 0.72 194.44 0.6 0.18
Hex 12 3B 48 4B 12 0 48 C2 3C 12
Octal 22 73 110 113 22 0 110 302 74 22
Binary 10010 111011 1001000 1001011 10010 0 1001000 11000010 111100 10010

Color Harmonies of #123B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123B48

Black with #123B48

Text Example


Text Example

White with #123B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123B48; }

 p { color: rgb(18,59,72); }

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

background-color css

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

 a { background-color: rgb(18,59,72); }

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

border-color css

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

 span { border-color: rgb(18,59,72); }

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