#0769A7

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

Shades of Cerulean #0769A7

Tints of Cerulean #0769A7

Color information

#0769A7 (or 0x0769A7) is unknown color: approx Cerulean. HEX triplet: 07, 69 and A7. RGB value is (7,105,167). Sum of RGB (Red+Green+Blue) = 7+105+167=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #0769A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0769A7 is #F89658. Grayscale: #525252. Windows color (decimal): -16291417 or 10971399. OLE color: 10971399.

HSL color Cylindrical-coordinate representation of color #0769A7: hue angle of 203.25º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0769A7 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7105167-
CMYK0.960.3700.35
HSL203.25º91.95%34.12%-
HSV(B)203.25º95.81%65.49%-
XYZ12.1112.9438.42-
YUV82.77175.5373.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.51%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 167 (65.62% from 255) = 59.86%
R=2.51%
G=37.63%
B=59.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal71051670.960.3700.35203.2591.9534.12
Hex769A76025023cb5c22
Octal71512471404504331313442
Binary11111010011010011111000001001010100011110010111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0769A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0769A7; }

 p { color: rgb(7,105,167); }

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

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

 a { background-color: rgb(7,105,167); }

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

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

 span { border-color: rgb(7,105,167); }

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