Html Css Color HEX #123542 Blue Whale

📋 copy color: '#123542'

red 18 ◦ green 53 ◦ blue 66

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

Shades of Blue Whale #123542

Tints of Blue Whale #123542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 66 (26.17% from 255) = 48.18%

R = 13.14%
G = 38.69%
B = 48.18%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#123542 (or 0x123542) is known color: Blue Whale. HEX triplet: 12, 35 and 42. RGB value is (18,53,66). Sum of RGB (Red+Green+Blue) = 18+53+66=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 66 - color contains mainly: blue. Hex color #123542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123542 is #EDCABD. Grayscale: #2B2B2B. Windows color (decimal): -15583934 or 4338962. OLE color: 4338962.

HSL color Cylindrical-coordinate representation of color #123542: hue angle of 196.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #123542 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 53 66 -
CMYK 0.73 0.20 0 0.74
HSL 196.25º 0.57% 0.16% -
HSV(B) 196.25º 0.73% 0.26% -
XYZ 2.51 3.07 5.61 -
YUV 44.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 18 53 66 0.73 0.20 0 0.74 196.25 0.57 0.16
Hex 12 35 42 49 14 0 4A C4 39 10
Octal 22 65 102 111 24 0 112 304 71 20
Binary 10010 110101 1000010 1001001 10100 0 1001010 11000100 111001 10000

Color Harmonies of #123542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123542

Black with #123542

Text Example


Text Example

White with #123542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123542; }

 p { color: rgb(18,53,66); }

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

background-color css

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

 a { background-color: rgb(18,53,66); }

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

border-color css

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

 span { border-color: rgb(18,53,66); }

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