#007CB6

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

Shades of Cerulean #007CB6

Tints of Cerulean #007CB6

Color information

#007CB6 (or 0x007CB6) is unknown color: approx Cerulean. HEX triplet: 00, 7C and B6. RGB value is (0,124,182). Sum of RGB (Red+Green+Blue) = 0+124+182=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #007CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007CB6 is #FF8349. Grayscale: #5D5D5D. Windows color (decimal): -16745290 or 11959296. OLE color: 11959296.

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

Color convert

RGB0124182-
CMYK10.3200.29
HSL199.12º100%35.69%-
HSV(B)199.12º100%71.37%-
XYZ15.6517.7946.87-
YUV93.54177.9261.28-

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) = 40.52%
BLUE value IS 182 (71.48% from 255) = 59.48%
R=0%
G=40.52%
B=59.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal012418210.3200.29199.1210035.69
Hex07CB6642001Dc76424
Octal01742661444003530714444
Binary01111100101101101100100100000011101110001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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