#0a4f7f

Color #0A4F7F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0A4F7F

Tints of Dark Cerulean #0A4F7F

Color information

#0A4F7F (or 0x0A4F7F) is unknown color: approx Dark Cerulean. HEX triplet: 0A, 4F and 7F. RGB value is (10,79,127). Sum of RGB (Red+Green+Blue) = 10+79+127=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A4F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4F7F is #F5B080. Grayscale: #3F3F3F. Windows color (decimal): -16101505 or 8343306. OLE color: 8343306.

HSL color Cylindrical-coordinate representation of color #0A4F7F: hue angle of 204.62º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A4F7F is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1079127-
CMYK0.920.3800.50
HSL204.62º85.4%26.86%-
HSV(B)204.62º92.13%49.8%-
XYZ6.757.1921.11-
YUV63.84163.6489.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 127 (50% from 255) = 58.80%
R=4.63%
G=36.57%
B=58.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10791270.920.3800.50204.6285.426.86
HexA4F7F5C26032cd551b
Octal121171771344606231512533
Binary1010100111111111111011100100110011001011001101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a4f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,79,127); }

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

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

 a { background-color: rgb(10,79,127); }

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

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

 span { border-color: rgb(10,79,127); }

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