#007ABE

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

Shades of Cerulean #007ABE

Tints of Cerulean #007ABE

Color information

#007ABE (or 0x007ABE) is unknown color: approx Cerulean. HEX triplet: 00, 7A and BE. RGB value is (0,122,190). Sum of RGB (Red+Green+Blue) = 0+122+190=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #007ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ABE is #FF8541. Grayscale: #5C5C5C. Windows color (decimal): -16745794 or 12483072. OLE color: 12483072.

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

Color convert

RGB0122190-
CMYK10.3600.25
HSL201.47º100%37.25%-
HSV(B)201.47º100%74.51%-
XYZ16.2517.6451.26-
YUV93.27182.5861.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=0%
G=39.10%
B=60.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012219010.3600.25201.4710037.25
Hex07ABE6424019c96425
Octal01722761444403131114445
Binary01111010101111101100100100100011001110010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,122,190); }

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

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

 a { background-color: rgb(0,122,190); }

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

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

 span { border-color: rgb(0,122,190); }

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