#07538D

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

Shades of Dark Cerulean #07538D

Tints of Dark Cerulean #07538D

Color information

#07538D (or 0x07538D) is unknown color: approx Dark Cerulean. HEX triplet: 07, 53 and 8D. RGB value is (7,83,141). Sum of RGB (Red+Green+Blue) = 7+83+141=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #07538D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07538D is #F8AC72. Grayscale: #424242. Windows color (decimal): -16297075 or 9261831. OLE color: 9261831.

HSL color Cylindrical-coordinate representation of color #07538D: hue angle of 205.97º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07538D is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB783141-
CMYK0.950.4100.45
HSL205.97º90.54%29.02%-
HSV(B)205.97º95.04%55.29%-
XYZ7.998.1526.35-
YUV66.89169.8285.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.03%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=3.03%
G=35.93%
B=61.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7831410.950.4100.45205.9790.5429.02
Hex7538D5F2902Dce5b1d
Octal71232151375105531613335
Binary1111010011100011011011111101001010110111001110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07538D; }

 p { color: rgb(7,83,141); }

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

<style>
 a { background-color: #07538D; }

 a { background-color: rgb(7,83,141); }

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

<style>
 span { border-color: #07538D; }

 span { border-color: rgb(7,83,141); }

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