Html Css Color HEX #123347 Blue Whale

📋 copy color: '#123347'

red 18 ◦ green 51 ◦ blue 71

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

Shades of Blue Whale #123347

Tints of Blue Whale #123347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 12.86%
G = 36.43%
B = 50.71%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#123347 (or 0x123347) is known color: Blue Whale. HEX triplet: 12, 33 and 47. RGB value is (18,51,71). Sum of RGB (Red+Green+Blue) = 18+51+71=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #123347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123347 is #EDCCB8. Grayscale: #2B2B2B. Windows color (decimal): -15584441 or 4666130. OLE color: 4666130.

HSL color Cylindrical-coordinate representation of color #123347: hue angle of 202.64º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #123347 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 51 71 -
CMYK 0.75 0.28 0 0.72
HSL 202.64º 0.6% 0.17% -
HSV(B) 202.64º 0.75% 0.28% -
XYZ 2.57 2.95 6.4 -
YUV 43.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 18 51 71 0.75 0.28 0 0.72 202.64 0.6 0.17
Hex 12 33 47 4B 1C 0 48 CB 3C 11
Octal 22 63 107 113 34 0 110 313 74 21
Binary 10010 110011 1000111 1001011 11100 0 1001000 11001011 111100 10001

Color Harmonies of #123347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123347

Black with #123347

Text Example


Text Example

White with #123347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123347; }

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

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

background-color css

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

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

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

border-color css

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

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

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