Html Css Color HEX #123349 Blue Whale

📋 copy color: '#123349'

red 18 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #123349

Tints of Blue Whale #123349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 51.41%

R = 12.68%
G = 35.92%
B = 51.41%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#123349 (or 0x123349) is known color: Blue Whale. HEX triplet: 12, 33 and 49. RGB value is (18,51,73). Sum of RGB (Red+Green+Blue) = 18+51+73=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #123349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123349 is #EDCCB6. Grayscale: #2B2B2B. Windows color (decimal): -15584439 or 4797202. OLE color: 4797202.

HSL color Cylindrical-coordinate representation of color #123349: hue angle of 204º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123349 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 51 73 -
CMYK 0.75 0.30 0 0.71
HSL 204º 0.6% 0.18% -
HSV(B) 204º 0.75% 0.29% -
XYZ 2.64 2.98 6.74 -
YUV 43.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 18 51 73 0.75 0.30 0 0.71 204 0.6 0.18
Hex 12 33 49 4B 1E 0 47 CC 3C 12
Octal 22 63 111 113 36 0 107 314 74 22
Binary 10010 110011 1001001 1001011 11110 0 1000111 11001100 111100 10010

Color Harmonies of #123349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123349

Black with #123349

Text Example


Text Example

White with #123349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123349; }

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

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

background-color css

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

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

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

border-color css

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

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

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