#07507B

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

Shades of Dark Cerulean #07507B

Tints of Dark Cerulean #07507B

Color information

#07507B (or 0x07507B) is unknown color: approx Dark Cerulean. HEX triplet: 07, 50 and 7B. RGB value is (7,80,123). Sum of RGB (Red+Green+Blue) = 7+80+123=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #07507B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07507B is #F8AF84. Grayscale: #3E3E3E. Windows color (decimal): -16297861 or 8081415. OLE color: 8081415.

HSL color Cylindrical-coordinate representation of color #07507B: hue angle of 202.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07507B is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB780123-
CMYK0.940.3500.52
HSL202.24º89.23%25.49%-
HSV(B)202.24º94.31%48.24%-
XYZ6.537.2119.79-
YUV63.08161.8288-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.33%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=3.33%
G=38.10%
B=58.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7801230.940.3500.52202.2489.2325.49
Hex7507B5E23034ca5919
Octal71201731364306431213131
Binary111101000011110111011110100011011010011001010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07507B; }

 p { color: rgb(7,80,123); }

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

<style>
 a { background-color: #07507B; }

 a { background-color: rgb(7,80,123); }

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

<style>
 span { border-color: #07507B; }

 span { border-color: rgb(7,80,123); }

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