#007ABF

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

Shades of Cerulean #007ABF

Tints of Cerulean #007ABF

Color information

#007ABF (or 0x007ABF) is unknown color: approx Cerulean. HEX triplet: 00, 7A and BF. RGB value is (0,122,191). Sum of RGB (Red+Green+Blue) = 0+122+191=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #007ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007ABF is #FF8540. Grayscale: #5C5C5C. Windows color (decimal): -16745793 or 12548608. OLE color: 12548608.

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

Color convert

RGB0122191-
CMYK10.3600.25
HSL201.68º100%37.45%-
HSV(B)201.68º100%74.9%-
XYZ16.3617.6851.84-
YUV93.39183.0861.39-

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) = 38.98%
BLUE value IS 191 (75% from 255) = 61.02%
R=0%
G=38.98%
B=61.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal012219110.3600.25201.6810037.45
Hex07ABF6424019ca6425
Octal01722771444403131214445
Binary01111010101111111100100100100011001110010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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