Html Css Color HEX #007CAB Cerulean

📋 copy color: '#007CAB'

red 0 ◦ green 124 ◦ blue 171

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

Shades of Cerulean #007CAB

Tints of Cerulean #007CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 0%
G = 42.03%
B = 57.97%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#007CAB (or 0x007CAB) is known color: Cerulean. HEX triplet: 00, 7C and AB. RGB value is (0,124,171). Sum of RGB (Red+Green+Blue) = 0+124+171=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #007CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007CAB is #FF8354. Grayscale: #5B5B5B. Windows color (decimal): -16745301 or 11238400. OLE color: 11238400.

HSL color Cylindrical-coordinate representation of color #007CAB: hue angle of 196.49º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007CAB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 124 171 -
CMYK 1 0.27 0 0.33
HSL 196.49º 1% 0.34% -
HSV(B) 196.49º 1% 0.67% -
XYZ 14.56 17.36 41.11 -
YUV 92.28 172.42 62.18 -
System Red Green Blue C M Y K H S L
Decimal 0 124 171 1 0.27 0 0.33 196.49 1 0.34
Hex 0 7C AB 64 1B 0 21 C4 64 22
Octal 0 174 253 144 33 0 41 304 144 42
Binary 0 1111100 10101011 1100100 11011 0 100001 11000100 1100100 100010

Color Harmonies of #007CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CAB

Black with #007CAB

Text Example


Text Example

White with #007CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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