Html Css Color HEX #076AAC Cerulean

📋 copy color: '#076AAC'

red 7 ◦ green 106 ◦ blue 172

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

Shades of Cerulean #076AAC

Tints of Cerulean #076AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

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

R = 2.46%
G = 37.19%
B = 60.35%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#076AAC (or 0x076AAC) is known color: Cerulean. HEX triplet: 07, 6A and AC. RGB value is (7,106,172). Sum of RGB (Red+Green+Blue) = 7+106+172=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #076AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076AAC is #F89553. Grayscale: #535353. Windows color (decimal): -16291156 or 11299335. OLE color: 11299335.

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

Color convert

RGB 7 106 172 -
CMYK 0.96 0.38 0 0.33
HSL 204º 0.92% 0.35% -
HSV(B) 204º 0.96% 0.67% -
XYZ 12.69 13.33 40.93 -
YUV 83.92 177.7 73.13 -
System Red Green Blue C M Y K H S L
Decimal 7 106 172 0.96 0.38 0 0.33 204 0.92 0.35
Hex 7 6A AC 60 26 0 21 CC 5C 23
Octal 7 152 254 140 46 0 41 314 134 43
Binary 111 1101010 10101100 1100000 100110 0 100001 11001100 1011100 100011

Color Harmonies of #076AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076AAC

Black with #076AAC

Text Example


Text Example

White with #076AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,106,172); }

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

background-color css

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

 a { background-color: rgb(7,106,172); }

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

border-color css

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

 span { border-color: rgb(7,106,172); }

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