#007BA0

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

Shades of Cerulean #007BA0

Tints of Cerulean #007BA0

Color information

#007BA0 (or 0x007BA0) is unknown color: approx Cerulean. HEX triplet: 00, 7B and A0. RGB value is (0,123,160). Sum of RGB (Red+Green+Blue) = 0+123+160=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #007BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BA0 is #FF845F. Grayscale: #5A5A5A. Windows color (decimal): -16745568 or 10517248. OLE color: 10517248.

HSL color Cylindrical-coordinate representation of color #007BA0: hue angle of 193.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BA0 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB0123160-
CMYK10.2300.37
HSL193.88º100%31.37%-
HSV(B)193.88º100%62.75%-
XYZ13.4316.735.77-
YUV90.44167.2563.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 160 (62.89% from 255) = 56.54%
R=0%
G=43.46%
B=56.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal012316010.2300.37193.8810031.37
Hex07BA06417025c2641f
Octal01732401442704530214437
Binary0111101110100000110010010111010010111000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007BA0; }

 p { color: rgb(0,123,160); }

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

<style>
 a { background-color: #007BA0; }

 a { background-color: rgb(0,123,160); }

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

<style>
 span { border-color: #007BA0; }

 span { border-color: rgb(0,123,160); }

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