Html Css Color HEX #007AAC Cerulean

📋 copy color: '#007AAC'

red 0 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #007AAC

Tints of Cerulean #007AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.5%

 BLUE value IS 172 (67.58% from 255) = 58.5%

R = 0%
G = 41.5%
B = 58.5%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#007AAC (or 0x007AAC) is known color: Cerulean. HEX triplet: 00, 7A and AC. RGB value is (0,122,172). Sum of RGB (Red+Green+Blue) = 0+122+172=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #007AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AAC is #FF8553. Grayscale: #5A5A5A. Windows color (decimal): -16745812 or 11303424. OLE color: 11303424.

HSL color Cylindrical-coordinate representation of color #007AAC: hue angle of 197.44º 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 #007AAC is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 122 172 -
CMYK 1 0.29 0 0.33
HSL 197.44º 1% 0.34% -
HSV(B) 197.44º 1% 0.67% -
XYZ 14.41 16.9 41.53 -
YUV 91.22 173.58 62.93 -
System Red Green Blue C M Y K H S L
Decimal 0 122 172 1 0.29 0 0.33 197.44 1 0.34
Hex 0 7A AC 64 1D 0 21 C5 64 22
Octal 0 172 254 144 35 0 41 305 144 42
Binary 0 1111010 10101100 1100100 11101 0 100001 11000101 1100100 100010

Color Harmonies of #007AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AAC

Black with #007AAC

Text Example


Text Example

White with #007AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,122,172); }

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

background-color css

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

 a { background-color: rgb(0,122,172); }

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

border-color css

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

 span { border-color: rgb(0,122,172); }

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