Html Css Color HEX #123441 Blue Whale

📋 copy color: '#123441'

red 18 ◦ green 52 ◦ blue 65

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

Shades of Blue Whale #123441

Tints of Blue Whale #123441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.52%

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

R = 13.33%
G = 38.52%
B = 48.15%

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

#123441 (or 0x123441) is known color: Blue Whale. HEX triplet: 12, 34 and 41. RGB value is (18,52,65). Sum of RGB (Red+Green+Blue) = 18+52+65=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #123441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123441 is #EDCBBE. Grayscale: #2B2B2B. Windows color (decimal): -15584191 or 4273170. OLE color: 4273170.

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

Color convert

RGB 18 52 65 -
CMYK 0.72 0.20 0 0.75
HSL 196.6º 0.57% 0.16% -
HSV(B) 196.6º 0.72% 0.25% -
XYZ 2.43 2.97 5.45 -
YUV 43.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 18 52 65 0.72 0.20 0 0.75 196.6 0.57 0.16
Hex 12 34 41 48 14 0 4B C5 39 10
Octal 22 64 101 110 24 0 113 305 71 20
Binary 10010 110100 1000001 1001000 10100 0 1001011 11000101 111001 10000

Color Harmonies of #123441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123441

Black with #123441

Text Example


Text Example

White with #123441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123441; }

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

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

background-color css

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

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

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

border-color css

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

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

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