Html Css Color HEX #076FAA Cerulean

📋 copy color: '#076FAA'

red 7 ◦ green 111 ◦ blue 170

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

Shades of Cerulean #076FAA

Tints of Cerulean #076FAA

RGB

 RED value IS 7 (3.13% from 255) = 2.43%

 GREEN value IS 111 (43.75% from 255) = 38.54%

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

R = 2.43%
G = 38.54%
B = 59.03%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#076FAA (or 0x076FAA) is known color: Cerulean. HEX triplet: 07, 6F and AA. RGB value is (7,111,170). Sum of RGB (Red+Green+Blue) = 7+111+170=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #076FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076FAA is #F89055. Grayscale: #565656. Windows color (decimal): -16289878 or 11169543. OLE color: 11169543.

HSL color Cylindrical-coordinate representation of color #076FAA: hue angle of 201.72º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076FAA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 111 170 -
CMYK 0.96 0.35 0 0.33
HSL 201.72º 0.92% 0.35% -
HSV(B) 201.72º 0.96% 0.67% -
XYZ 13.03 14.32 40.11 -
YUV 86.63 175.04 71.2 -
System Red Green Blue C M Y K H S L
Decimal 7 111 170 0.96 0.35 0 0.33 201.72 0.92 0.35
Hex 7 6F AA 60 23 0 21 CA 5C 23
Octal 7 157 252 140 43 0 41 312 134 43
Binary 111 1101111 10101010 1100000 100011 0 100001 11001010 1011100 100011

Color Harmonies of #076FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FAA

Black with #076FAA

Text Example


Text Example

White with #076FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076FAA; }

 p { color: rgb(7,111,170); }

 H1.HeaderClassName
 {
   color: #076FAA;
 }
 .AnyTagClassName
 {
   color: #076FAA;
 }
</style>

background-color css

<style>
 a { background-color: #076FAA; }

 a { background-color: rgb(7,111,170); }

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

border-color css

<style>
 span { border-color: #076FAA; }

 span { border-color: rgb(7,111,170); }

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