Html Css Color HEX #123448 Blue Whale

📋 copy color: '#123448'

red 18 ◦ green 52 ◦ blue 72

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

Shades of Blue Whale #123448

Tints of Blue Whale #123448

RGB

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

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

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

R = 12.68%
G = 36.62%
B = 50.7%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123448 (or 0x123448) is known color: Blue Whale. HEX triplet: 12, 34 and 48. RGB value is (18,52,72). Sum of RGB (Red+Green+Blue) = 18+52+72=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #123448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123448 is #EDCBB7. Grayscale: #2C2C2C. Windows color (decimal): -15584184 or 4731922. OLE color: 4731922.

HSL color Cylindrical-coordinate representation of color #123448: hue angle of 202.22º 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 #123448 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 52 72 -
CMYK 0.75 0.28 0 0.72
HSL 202.22º 0.6% 0.18% -
HSV(B) 202.22º 0.75% 0.28% -
XYZ 2.65 3.05 6.58 -
YUV 44.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 18 52 72 0.75 0.28 0 0.72 202.22 0.6 0.18
Hex 12 34 48 4B 1C 0 48 CA 3C 12
Octal 22 64 110 113 34 0 110 312 74 22
Binary 10010 110100 1001000 1001011 11100 0 1001000 11001010 111100 10010

Color Harmonies of #123448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123448

Black with #123448

Text Example


Text Example

White with #123448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123448; }

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

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

background-color css

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

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

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

border-color css

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

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

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