#0a6372

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

Shades of Blue Lagoon #0A6372

Tints of Blue Lagoon #0A6372

Color information

#0A6372 (or 0x0A6372) is unknown color: approx Blue Lagoon. HEX triplet: 0A, 63 and 72. RGB value is (10,99,114). Sum of RGB (Red+Green+Blue) = 10+99+114=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A6372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6372 is #F59C8D. Grayscale: #494949. Windows color (decimal): -16096398 or 7496458. OLE color: 7496458.

HSL color Cylindrical-coordinate representation of color #0A6372: hue angle of 188.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6372 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1099114-
CMYK0.910.1300.55
HSL188.65º83.87%24.31%-
HSV(B)188.65º91.23%44.71%-
XYZ7.6210.217.49-
YUV74.1150.5182.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=4.48%
G=44.39%
B=51.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10991140.910.1300.55188.6583.8724.31
HexA63725BD037bd5418
Octal121431621331506727512430
Binary10101100011111001010110111101011011110111101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a6372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,99,114); }

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

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

 a { background-color: rgb(10,99,114); }

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

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

 span { border-color: rgb(10,99,114); }

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