Html Css Color HEX #123748 Blue Whale

📋 copy color: '#123748'

red 18 ◦ green 55 ◦ blue 72

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

Shades of Blue Whale #123748

Tints of Blue Whale #123748

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

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

R = 12.41%
G = 37.93%
B = 49.66%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123748 (or 0x123748) is known color: Blue Whale. HEX triplet: 12, 37 and 48. RGB value is (18,55,72). Sum of RGB (Red+Green+Blue) = 18+55+72=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #123748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123748 is #EDC8B7. Grayscale: #2D2D2D. Windows color (decimal): -15583416 or 4732690. OLE color: 4732690.

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

Color convert

RGB 18 55 72 -
CMYK 0.75 0.24 0 0.72
HSL 198.89º 0.6% 0.18% -
HSV(B) 198.89º 0.75% 0.28% -
XYZ 2.79 3.33 6.63 -
YUV 45.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 18 55 72 0.75 0.24 0 0.72 198.89 0.6 0.18
Hex 12 37 48 4B 18 0 48 C7 3C 12
Octal 22 67 110 113 30 0 110 307 74 22
Binary 10010 110111 1001000 1001011 11000 0 1001000 11000111 111100 10010

Color Harmonies of #123748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123748

Black with #123748

Text Example


Text Example

White with #123748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123748; }

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

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

background-color css

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

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

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

border-color css

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

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

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