Html Css Color HEX #123048 Blue Whale

📋 copy color: '#123048'

red 18 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #123048

Tints of Blue Whale #123048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.78%

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

R = 13.04%
G = 34.78%
B = 52.17%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123048 (or 0x123048) is known color: Blue Whale. HEX triplet: 12, 30 and 48. RGB value is (18,48,72). Sum of RGB (Red+Green+Blue) = 18+48+72=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #123048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123048 is #EDCFB7. Grayscale: #292929. Windows color (decimal): -15585208 or 4730898. OLE color: 4730898.

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

Color convert

RGB 18 48 72 -
CMYK 0.75 0.33 0 0.72
HSL 206.67º 0.6% 0.18% -
HSV(B) 206.67º 0.75% 0.28% -
XYZ 2.48 2.71 6.52 -
YUV 41.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 18 48 72 0.75 0.33 0 0.72 206.67 0.6 0.18
Hex 12 30 48 4B 21 0 48 CF 3C 12
Octal 22 60 110 113 41 0 110 317 74 22
Binary 10010 110000 1001000 1001011 100001 0 1001000 11001111 111100 10010

Color Harmonies of #123048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123048

Black with #123048

Text Example


Text Example

White with #123048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123048; }

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

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

background-color css

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

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

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

border-color css

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

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

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