#007eaa

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

Shades of Cerulean #007EAA

Tints of Cerulean #007EAA

Color information

#007EAA (or 0x007EAA) is unknown color: approx Cerulean. HEX triplet: 00, 7E and AA. RGB value is (0,126,170). Sum of RGB (Red+Green+Blue) = 0+126+170=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #007EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007EAA is #FF8155. Grayscale: #5D5D5D. Windows color (decimal): -16744790 or 11173376. OLE color: 11173376.

HSL color Cylindrical-coordinate representation of color #007EAA: hue angle of 195.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007EAA is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0126170-
CMYK10.2600.33
HSL195.53º100%33.33%-
HSV(B)195.53º100%66.67%-
XYZ14.7217.8240.69-
YUV93.34171.2661.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 126 (49.61% from 255) = 42.57%
BLUE value IS 170 (66.80% from 255) = 57.43%
R=0%
G=42.57%
B=57.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal012617010.2600.33195.5310033.33
Hex07EAA641A021c46421
Octal01762521443204130414441
Binary01111110101010101100100110100100001110001001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007eaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,126,170); }

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

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

 a { background-color: rgb(0,126,170); }

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

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

 span { border-color: rgb(0,126,170); }

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