Html Css Color HEX #123042 Blue Whale

📋 copy color: '#123042'

red 18 ◦ green 48 ◦ blue 66

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

Shades of Blue Whale #123042

Tints of Blue Whale #123042

RGB

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

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

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

R = 13.64%
G = 36.36%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#123042 (or 0x123042) is known color: Blue Whale. HEX triplet: 12, 30 and 42. RGB value is (18,48,66). Sum of RGB (Red+Green+Blue) = 18+48+66=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #123042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123042 is #EDCFBD. Grayscale: #282828. Windows color (decimal): -15585214 or 4337682. OLE color: 4337682.

HSL color Cylindrical-coordinate representation of color #123042: hue angle of 202.5º 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 #123042 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 48 66 -
CMYK 0.73 0.27 0 0.74
HSL 202.5º 0.57% 0.16% -
HSV(B) 202.5º 0.73% 0.26% -
XYZ 2.29 2.64 5.54 -
YUV 41.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 18 48 66 0.73 0.27 0 0.74 202.5 0.57 0.16
Hex 12 30 42 49 1B 0 4A CA 39 10
Octal 22 60 102 111 33 0 112 312 71 20
Binary 10010 110000 1000010 1001001 11011 0 1001010 11001010 111001 10000

Color Harmonies of #123042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123042

Black with #123042

Text Example


Text Example

White with #123042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123042; }

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

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

background-color css

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

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

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

border-color css

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

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

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