#076293

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

Shades of Cerulean #076293

Tints of Cerulean #076293

Color information

#076293 (or 0x076293) is unknown color: approx Cerulean. HEX triplet: 07, 62 and 93. RGB value is (7,98,147). Sum of RGB (Red+Green+Blue) = 7+98+147=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #076293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076293 is #F89D6C. Grayscale: #4C4C4C. Windows color (decimal): -16293229 or 9658887. OLE color: 9658887.

HSL color Cylindrical-coordinate representation of color #076293: hue angle of 201º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076293 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB798147-
CMYK0.950.3300.42
HSL201º90.91%30.2%-
HSV(B)201º95.24%57.65%-
XYZ9.7210.8929.19-
YUV76.38167.8578.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.78%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 147 (57.81% from 255) = 58.33%
R=2.78%
G=38.89%
B=58.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7981470.950.3300.4220190.9130.2
Hex762935F2102Ac95b1e
Octal71422231374105231113336
Binary1111100010100100111011111100001010101011001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076293; }

 p { color: rgb(7,98,147); }

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

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

 a { background-color: rgb(7,98,147); }

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

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

 span { border-color: rgb(7,98,147); }

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