#122F3D

Color #122F3D Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #122F3D

Tints of Blue Whale #122F3D

Color information

#122F3D (or 0x122F3D) is unknown color: approx Blue Whale. HEX triplet: 12, 2F and 3D. RGB value is (18,47,61). Sum of RGB (Red+Green+Blue) = 18+47+61=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #122F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F3D is #EDD0C2. Grayscale: #272727. Windows color (decimal): -15585475 or 4009746. OLE color: 4009746.

HSL color Cylindrical-coordinate representation of color #122F3D: hue angle of 199.53º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #122F3D is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB184761-
CMYK0.700.2300.76
HSL199.53º54.43%15.49%-
HSV(B)199.53º70.49%23.92%-
XYZ2.112.54.79-
YUV39.92139.89112.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=14.29%
G=37.30%
B=48.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1847610.700.2300.76199.5354.4315.49
Hex122F3D461704Cc836f
Octal2257751062701143106617
Binary1001010111111110110001101011101001100110010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122F3D; }

 p { color: rgb(18,47,61); }

 H1.HeaderClassName
 {
   color: #122F3D;
 }
 .AnyTagClassName
 {
   color: #122F3D;
 }
</style>
background-color css

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

 a { background-color: rgb(18,47,61); }

 div.DivClassName
 {
   background-color: #122F3D;
 }
 .BgClassName
 {
   background-color: #122F3D;
 }
</style>
border-color css

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

 span { border-color: rgb(18,47,61); }

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