#0B769A

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

Shades of Cerulean #0B769A

Tints of Cerulean #0B769A

Color information

#0B769A (or 0x0B769A) is unknown color: approx Cerulean. HEX triplet: 0B, 76 and 9A. RGB value is (11,118,154). Sum of RGB (Red+Green+Blue) = 11+118+154=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B769A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B769A is #F48965. Grayscale: #595959. Windows color (decimal): -16025958 or 10122763. OLE color: 10122763.

HSL color Cylindrical-coordinate representation of color #0B769A: hue angle of 195.1º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B769A is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11118154-
CMYK0.930.2300.40
HSL195.1º86.67%32.35%-
HSV(B)195.1º92.86%60.39%-
XYZ12.4515.3632.88-
YUV90.11164.0571.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.89%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=3.89%
G=41.70%
B=54.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111181540.930.2300.40195.186.6732.35
HexB769A5D17028c35720
Octal131662321352705030312740
Binary10111110110100110101011101101110101000110000111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B769A; }

 p { color: rgb(11,118,154); }

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

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

 a { background-color: rgb(11,118,154); }

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

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

 span { border-color: rgb(11,118,154); }

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