Html Css Color HEX #076AAA Cerulean

📋 copy color: '#076AAA'

red 7 ◦ green 106 ◦ blue 170

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

Shades of Cerulean #076AAA

Tints of Cerulean #076AAA

RGB

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

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

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

R = 2.47%
G = 37.46%
B = 60.07%

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

#076AAA (or 0x076AAA) is known color: Cerulean. HEX triplet: 07, 6A and AA. RGB value is (7,106,170). Sum of RGB (Red+Green+Blue) = 7+106+170=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #076AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076AAA is #F89555. Grayscale: #535353. Windows color (decimal): -16291158 or 11168263. OLE color: 11168263.

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

Color convert

RGB 7 106 170 -
CMYK 0.96 0.38 0 0.33
HSL 203.56º 0.92% 0.35% -
HSV(B) 203.56º 0.96% 0.67% -
XYZ 12.5 13.26 39.93 -
YUV 83.7 176.7 73.3 -
System Red Green Blue C M Y K H S L
Decimal 7 106 170 0.96 0.38 0 0.33 203.56 0.92 0.35
Hex 7 6A AA 60 26 0 21 CC 5C 23
Octal 7 152 252 140 46 0 41 314 134 43
Binary 111 1101010 10101010 1100000 100110 0 100001 11001100 1011100 100011

Color Harmonies of #076AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076AAA

Black with #076AAA

Text Example


Text Example

White with #076AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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