#07669C

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

Shades of Cerulean #07669C

Tints of Cerulean #07669C

Color information

#07669C (or 0x07669C) is unknown color: approx Cerulean. HEX triplet: 07, 66 and 9C. RGB value is (7,102,156). Sum of RGB (Red+Green+Blue) = 7+102+156=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #07669C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07669C is #F89963. Grayscale: #4F4F4F. Windows color (decimal): -16292196 or 10249735. OLE color: 10249735.

HSL color Cylindrical-coordinate representation of color #07669C: hue angle of 201.74º 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 #07669C is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7102156-
CMYK0.960.3500.39
HSL201.74º91.41%31.96%-
HSV(B)201.74º95.51%61.18%-
XYZ10.8411.9533.19-
YUV79.75171.0376.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.64%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 156 (61.33% from 255) = 58.87%
R=2.64%
G=38.49%
B=58.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71021560.960.3500.39201.7491.4131.96
Hex7669C6023027ca5b20
Octal71462341404304731213340
Binary11111001101001110011000001000110100111110010101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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