Html Css Color HEX #007AAB Cerulean

📋 copy color: '#007AAB'

red 0 ◦ green 122 ◦ blue 171

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

Shades of Cerulean #007AAB

Tints of Cerulean #007AAB

RGB

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

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

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

R = 0%
G = 41.64%
B = 58.36%

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

#007AAB (or 0x007AAB) is known color: Cerulean. HEX triplet: 00, 7A and AB. RGB value is (0,122,171). Sum of RGB (Red+Green+Blue) = 0+122+171=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #007AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007AAB is #FF8554. Grayscale: #5A5A5A. Windows color (decimal): -16745813 or 11237888. OLE color: 11237888.

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

Color convert

RGB 0 122 171 -
CMYK 1 0.29 0 0.33
HSL 197.19º 1% 0.34% -
HSV(B) 197.19º 1% 0.67% -
XYZ 14.31 16.86 41.03 -
YUV 91.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 0 122 171 1 0.29 0 0.33 197.19 1 0.34
Hex 0 7A AB 64 1D 0 21 C5 64 22
Octal 0 172 253 144 35 0 41 305 144 42
Binary 0 1111010 10101011 1100100 11101 0 100001 11000101 1100100 100010

Color Harmonies of #007AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007AAB

Black with #007AAB

Text Example


Text Example

White with #007AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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