#0A3750

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

Shades of Blue Whale #0A3750

Tints of Blue Whale #0A3750

Color information

#0A3750 (or 0x0A3750) is unknown color: approx Blue Whale. HEX triplet: 0A, 37 and 50. RGB value is (10,55,80). Sum of RGB (Red+Green+Blue) = 10+55+80=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A3750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3750 is #F5C8AF. Grayscale: #2C2C2C. Windows color (decimal): -16107696 or 5256970. OLE color: 5256970.

HSL color Cylindrical-coordinate representation of color #0A3750: hue angle of 201.43º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A3750 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB105580-
CMYK0.870.3100.69
HSL201.43º77.78%17.65%-
HSV(B)201.43º87.5%31.37%-
XYZ2.943.388.09-
YUV44.4148.09103.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.90%
GREEN value IS 55 (21.88% from 255) = 37.93%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=6.90%
G=37.93%
B=55.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1055800.870.3100.69201.4377.7817.65
HexA3750571F045c94e12
Octal126712012737010531111622
Binary101011011110100001010111111110100010111001001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,55,80); }

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

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

 a { background-color: rgb(10,55,80); }

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

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

 span { border-color: rgb(10,55,80); }

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