Html Css Color HEX #123341 Blue Whale

📋 copy color: '#123341'

red 18 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #123341

Tints of Blue Whale #123341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 48.51%

R = 13.43%
G = 38.06%
B = 48.51%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123341 (or 0x123341) is known color: Blue Whale. HEX triplet: 12, 33 and 41. RGB value is (18,51,65). Sum of RGB (Red+Green+Blue) = 18+51+65=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #123341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123341 is #EDCCBE. Grayscale: #2A2A2A. Windows color (decimal): -15584447 or 4272914. OLE color: 4272914.

HSL color Cylindrical-coordinate representation of color #123341: hue angle of 197.87º degrees, saturation: 0.57, 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 #123341 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 51 65 -
CMYK 0.72 0.22 0 0.75
HSL 197.87º 0.57% 0.16% -
HSV(B) 197.87º 0.72% 0.25% -
XYZ 2.39 2.88 5.43 -
YUV 42.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 18 51 65 0.72 0.22 0 0.75 197.87 0.57 0.16
Hex 12 33 41 48 16 0 4B C6 39 10
Octal 22 63 101 110 26 0 113 306 71 20
Binary 10010 110011 1000001 1001000 10110 0 1001011 11000110 111001 10000

Color Harmonies of #123341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123341

Black with #123341

Text Example


Text Example

White with #123341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123341; }

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

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

background-color css

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

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

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

border-color css

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

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

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