#0A3142

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

Shades of Blue Whale #0A3142

Tints of Blue Whale #0A3142

Color information

#0A3142 (or 0x0A3142) is unknown color: approx Blue Whale. HEX triplet: 0A, 31 and 42. RGB value is (10,49,66). Sum of RGB (Red+Green+Blue) = 10+49+66=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #0A3142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3142 is #F5CEBD. Grayscale: #272727. Windows color (decimal): -16109246 or 4337930. OLE color: 4337930.

HSL color Cylindrical-coordinate representation of color #0A3142: hue angle of 198.21º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A3142 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB104966-
CMYK0.850.2600.74
HSL198.21º73.68%14.9%-
HSV(B)198.21º84.85%25.88%-
XYZ2.212.655.55-
YUV39.28143.08107.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 66 (26.17% from 255) = 52.8%
R=8%
G=39.2%
B=52.8%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1049660.850.2600.74198.2173.6814.9
HexA3142551A04Ac64af
Octal126110212532011230611217
Binary10101100011000010101010111010010010101100011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3142; }

 p { color: rgb(10,49,66); }

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

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

 a { background-color: rgb(10,49,66); }

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

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

 span { border-color: rgb(10,49,66); }

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