#07649C

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

Shades of Cerulean #07649C

Tints of Cerulean #07649C

Color information

#07649C (or 0x07649C) is unknown color: approx Cerulean. HEX triplet: 07, 64 and 9C. RGB value is (7,100,156). Sum of RGB (Red+Green+Blue) = 7+100+156=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #07649C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07649C is #F89B63. Grayscale: #4E4E4E. Windows color (decimal): -16292708 or 10249223. OLE color: 10249223.

HSL color Cylindrical-coordinate representation of color #07649C: hue angle of 202.55º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07649C is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7100156-
CMYK0.960.3600.39
HSL202.55º91.41%31.96%-
HSV(B)202.55º95.51%61.18%-
XYZ10.6511.5633.12-
YUV78.58171.6976.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.66%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 156 (61.33% from 255) = 59.32%
R=2.66%
G=38.02%
B=59.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71001560.960.3600.39202.5591.4131.96
Hex7649C6024027cb5b20
Octal71442341404404731313340
Binary11111001001001110011000001001000100111110010111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07649C; }

 p { color: rgb(7,100,156); }

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

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

 a { background-color: rgb(7,100,156); }

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

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

 span { border-color: rgb(7,100,156); }

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