Html Css Color HEX #007C9C Cerulean

📋 copy color: '#007C9C'

red 0 ◦ green 124 ◦ blue 156

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

Shades of Cerulean #007C9C

Tints of Cerulean #007C9C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 124 (48.83% from 255) = 44.29%

 BLUE value IS 156 (61.33% from 255) = 55.71%

R = 0%
G = 44.29%
B = 55.71%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#007C9C (or 0x007C9C) is known color: Cerulean. HEX triplet: 00, 7C and 9C. RGB value is (0,124,156). Sum of RGB (Red+Green+Blue) = 0+124+156=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #007C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C9C is #FF8363. Grayscale: #5A5A5A. Windows color (decimal): -16745316 or 10255360. OLE color: 10255360.

HSL color Cylindrical-coordinate representation of color #007C9C: hue angle of 192.31º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C9C is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 124 156 -
CMYK 1 0.21 0 0.39
HSL 192.31º 1% 0.31% -
HSV(B) 192.31º 1% 0.61% -
XYZ 13.21 16.82 34 -
YUV 90.57 164.92 63.4 -
System Red Green Blue C M Y K H S L
Decimal 0 124 156 1 0.21 0 0.39 192.31 1 0.31
Hex 0 7C 9C 64 15 0 27 C0 64 1F
Octal 0 174 234 144 25 0 47 300 144 37
Binary 0 1111100 10011100 1100100 10101 0 100111 11000000 1100100 11111

Color Harmonies of #007C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007C9C

Black with #007C9C

Text Example


Text Example

White with #007C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #007C9C;
 }
 .AnyTagClassName
 {
   color: #007C9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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