#007CA0

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

Shades of Cerulean #007CA0

Tints of Cerulean #007CA0

Color information

#007CA0 (or 0x007CA0) is unknown color: approx Cerulean. HEX triplet: 00, 7C and A0. RGB value is (0,124,160). Sum of RGB (Red+Green+Blue) = 0+124+160=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #007CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007CA0 is #FF835F. Grayscale: #5A5A5A. Windows color (decimal): -16745312 or 10517504. OLE color: 10517504.

HSL color Cylindrical-coordinate representation of color #007CA0: hue angle of 193.5º 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 #007CA0 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB0124160-
CMYK10.2200.37
HSL193.5º100%31.37%-
HSV(B)193.5º100%62.75%-
XYZ13.5516.9535.82-
YUV91.03166.9263.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 160 (62.89% from 255) = 56.34%
R=0%
G=43.66%
B=56.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal012416010.2200.37193.510031.37
Hex07CA06416025c2641f
Octal01742401442604530214437
Binary0111110010100000110010010110010010111000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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