Html Css Color HEX #007CA0 Cerulean

📋 copy color: '#007CA0'

red 0 ◦ green 124 ◦ blue 160

#007CA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #007CA0

Tints of Cerulean #007CA0

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 value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#007CA0 (or 0x007CA0) is known color: 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

RGB 0 124 160 -
CMYK 1 0.22 0 0.37
HSL 193.5º 1% 0.31% -
HSV(B) 193.5º 1% 0.63% -
XYZ 13.55 16.95 35.82 -
YUV 91.03 166.92 63.07 -
System Red Green Blue C M Y K H S L
Decimal 0 124 160 1 0.22 0 0.37 193.5 1 0.31
Hex 0 7C A0 64 16 0 25 C2 64 1F
Octal 0 174 240 144 26 0 45 302 144 37
Binary 0 1111100 10100000 1100100 10110 0 100101 11000010 1100100 11111

Color Harmonies of #007CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CA0

Black with #007CA0

Text Example


Text Example

White with #007CA0

Text Example


Text Example

HTML Codes & Css Web 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>