Html Css Color HEX #007CAA Cerulean

📋 copy color: '#007CAA'

red 0 ◦ green 124 ◦ blue 170

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

Shades of Cerulean #007CAA

Tints of Cerulean #007CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.82%

R = 0%
G = 42.18%
B = 57.82%

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

#007CAA (or 0x007CAA) is known color: Cerulean. HEX triplet: 00, 7C and AA. RGB value is (0,124,170). Sum of RGB (Red+Green+Blue) = 0+124+170=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #007CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007CAA is #FF8355. Grayscale: #5B5B5B. Windows color (decimal): -16745302 or 11172864. OLE color: 11172864.

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

Color convert

RGB 0 124 170 -
CMYK 1 0.27 0 0.33
HSL 196.24º 1% 0.33% -
HSV(B) 196.24º 1% 0.67% -
XYZ 14.46 17.32 40.61 -
YUV 92.17 171.92 62.26 -
System Red Green Blue C M Y K H S L
Decimal 0 124 170 1 0.27 0 0.33 196.24 1 0.33
Hex 0 7C AA 64 1B 0 21 C4 64 21
Octal 0 174 252 144 33 0 41 304 144 41
Binary 0 1111100 10101010 1100100 11011 0 100001 11000100 1100100 100001

Color Harmonies of #007CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007CAA

Black with #007CAA

Text Example


Text Example

White with #007CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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