#07749D

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

Shades of Cerulean #07749D

Tints of Cerulean #07749D

Color information

#07749D (or 0x07749D) is unknown color: approx Cerulean. HEX triplet: 07, 74 and 9D. RGB value is (7,116,157). Sum of RGB (Red+Green+Blue) = 7+116+157=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #07749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07749D is #F88B62. Grayscale: #575757. Windows color (decimal): -16288611 or 10318855. OLE color: 10318855.

HSL color Cylindrical-coordinate representation of color #07749D: hue angle of 196.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07749D is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7116157-
CMYK0.960.2600.38
HSL196.4º91.46%32.16%-
HSV(B)196.4º95.54%61.57%-
XYZ12.4214.9734.13-
YUV88.08166.8970.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 157 (61.72% from 255) = 56.07%
R=2.5%
G=41.43%
B=56.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71161570.960.2600.38196.491.4632.16
Hex7749D601A026c45b20
Octal71642351403204630413340
Binary1111110100100111011100000110100100110110001001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,116,157); }

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

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

 a { background-color: rgb(7,116,157); }

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

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

 span { border-color: rgb(7,116,157); }

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