Html Css Color HEX #007AAA Cerulean

📋 copy color: '#007AAA'

red 0 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #007AAA

Tints of Cerulean #007AAA

RGB

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

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

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

R = 0%
G = 41.78%
B = 58.22%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#007AAA (or 0x007AAA) is known color: Cerulean. HEX triplet: 00, 7A and AA. RGB value is (0,122,170). Sum of RGB (Red+Green+Blue) = 0+122+170=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #007AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AAA is #FF8555. Grayscale: #5A5A5A. Windows color (decimal): -16745814 or 11172352. OLE color: 11172352.

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

Color convert

RGB 0 122 170 -
CMYK 1 0.28 0 0.33
HSL 196.94º 1% 0.33% -
HSV(B) 196.94º 1% 0.67% -
XYZ 14.22 16.82 40.53 -
YUV 90.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 0 122 170 1 0.28 0 0.33 196.94 1 0.33
Hex 0 7A AA 64 1C 0 21 C5 64 21
Octal 0 172 252 144 34 0 41 305 144 41
Binary 0 1111010 10101010 1100100 11100 0 100001 11000101 1100100 100001

Color Harmonies of #007AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AAA

Black with #007AAA

Text Example


Text Example

White with #007AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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