Html Css Color HEX #123342 Blue Whale

📋 copy color: '#123342'

red 18 ◦ green 51 ◦ blue 66

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

Shades of Blue Whale #123342

Tints of Blue Whale #123342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.78%

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

R = 13.33%
G = 37.78%
B = 48.89%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#123342 (or 0x123342) is known color: Blue Whale. HEX triplet: 12, 33 and 42. RGB value is (18,51,66). Sum of RGB (Red+Green+Blue) = 18+51+66=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #123342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123342 is #EDCCBD. Grayscale: #2A2A2A. Windows color (decimal): -15584446 or 4338450. OLE color: 4338450.

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

Color convert

RGB 18 51 66 -
CMYK 0.73 0.23 0 0.74
HSL 198.75º 0.57% 0.16% -
HSV(B) 198.75º 0.73% 0.26% -
XYZ 2.42 2.89 5.58 -
YUV 42.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 18 51 66 0.73 0.23 0 0.74 198.75 0.57 0.16
Hex 12 33 42 49 17 0 4A C7 39 10
Octal 22 63 102 111 27 0 112 307 71 20
Binary 10010 110011 1000010 1001001 10111 0 1001010 11000111 111001 10000

Color Harmonies of #123342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123342

Black with #123342

Text Example


Text Example

White with #123342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123342; }

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

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

background-color css

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

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

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

border-color css

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

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

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