Html Css Color HEX #123649 Blue Whale

📋 copy color: '#123649'

red 18 ◦ green 54 ◦ blue 73

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

Shades of Blue Whale #123649

Tints of Blue Whale #123649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 37.24%

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

R = 12.41%
G = 37.24%
B = 50.34%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#123649 (or 0x123649) is known color: Blue Whale. HEX triplet: 12, 36 and 49. RGB value is (18,54,73). Sum of RGB (Red+Green+Blue) = 18+54+73=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #123649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123649 is #EDC9B6. Grayscale: #2D2D2D. Windows color (decimal): -15583671 or 4797970. OLE color: 4797970.

HSL color Cylindrical-coordinate representation of color #123649: hue angle of 200.73º 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 #123649 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 54 73 -
CMYK 0.75 0.26 0 0.71
HSL 200.73º 0.6% 0.18% -
HSV(B) 200.73º 0.75% 0.29% -
XYZ 2.77 3.25 6.78 -
YUV 45.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 18 54 73 0.75 0.26 0 0.71 200.73 0.6 0.18
Hex 12 36 49 4B 1A 0 47 C9 3C 12
Octal 22 66 111 113 32 0 107 311 74 22
Binary 10010 110110 1001001 1001011 11010 0 1000111 11001001 111100 10010

Color Harmonies of #123649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123649

Black with #123649

Text Example


Text Example

White with #123649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123649; }

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

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

background-color css

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

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

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

border-color css

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

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

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