Html Css Color HEX #123340 Blue Whale

📋 copy color: '#123340'

red 18 ◦ green 51 ◦ blue 64

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

Shades of Blue Whale #123340

Tints of Blue Whale #123340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 48.12%

R = 13.53%
G = 38.35%
B = 48.12%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123340 (or 0x123340) is known color: Blue Whale. HEX triplet: 12, 33 and 40. RGB value is (18,51,64). Sum of RGB (Red+Green+Blue) = 18+51+64=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #123340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123340 is #EDCCBF. Grayscale: #2A2A2A. Windows color (decimal): -15584448 or 4207378. OLE color: 4207378.

HSL color Cylindrical-coordinate representation of color #123340: hue angle of 196.96º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #123340 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 51 64 -
CMYK 0.72 0.20 0 0.75
HSL 196.96º 0.56% 0.16% -
HSV(B) 196.96º 0.72% 0.25% -
XYZ 2.36 2.87 5.28 -
YUV 42.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 18 51 64 0.72 0.20 0 0.75 196.96 0.56 0.16
Hex 12 33 40 48 14 0 4B C5 38 10
Octal 22 63 100 110 24 0 113 305 70 20
Binary 10010 110011 1000000 1001000 10100 0 1001011 11000101 111000 10000

Color Harmonies of #123340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123340

Black with #123340

Text Example


Text Example

White with #123340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123340; }

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

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

background-color css

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

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

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

border-color css

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

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

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