Html Css Color HEX #123541 Blue Whale

📋 copy color: '#123541'

red 18 ◦ green 53 ◦ blue 65

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

Shades of Blue Whale #123541

Tints of Blue Whale #123541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.97%

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

R = 13.24%
G = 38.97%
B = 47.79%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#123541 (or 0x123541) is known color: Blue Whale. HEX triplet: 12, 35 and 41. RGB value is (18,53,65). Sum of RGB (Red+Green+Blue) = 18+53+65=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #123541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123541 is #EDCABE. Grayscale: #2B2B2B. Windows color (decimal): -15583935 or 4273426. OLE color: 4273426.

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

Color convert

RGB 18 53 65 -
CMYK 0.72 0.18 0 0.75
HSL 195.32º 0.57% 0.16% -
HSV(B) 195.32º 0.72% 0.25% -
XYZ 2.48 3.06 5.46 -
YUV 43.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 18 53 65 0.72 0.18 0 0.75 195.32 0.57 0.16
Hex 12 35 41 48 12 0 4B C3 39 10
Octal 22 65 101 110 22 0 113 303 71 20
Binary 10010 110101 1000001 1001000 10010 0 1001011 11000011 111001 10000

Color Harmonies of #123541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123541

Black with #123541

Text Example


Text Example

White with #123541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123541; }

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

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

background-color css

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

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

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

border-color css

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

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

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