Html Css Color HEX #076BAA Cerulean

📋 copy color: '#076BAA'

red 7 ◦ green 107 ◦ blue 170

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

Shades of Cerulean #076BAA

Tints of Cerulean #076BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.68%

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

R = 2.46%
G = 37.68%
B = 59.86%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#076BAA (or 0x076BAA) is known color: Cerulean. HEX triplet: 07, 6B and AA. RGB value is (7,107,170). Sum of RGB (Red+Green+Blue) = 7+107+170=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #076BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BAA is #F89455. Grayscale: #535353. Windows color (decimal): -16290902 or 11168519. OLE color: 11168519.

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

Color convert

RGB 7 107 170 -
CMYK 0.96 0.37 0 0.33
HSL 203.19º 0.92% 0.35% -
HSV(B) 203.19º 0.96% 0.67% -
XYZ 12.6 13.46 39.96 -
YUV 84.28 176.37 72.88 -
System Red Green Blue C M Y K H S L
Decimal 7 107 170 0.96 0.37 0 0.33 203.19 0.92 0.35
Hex 7 6B AA 60 25 0 21 CB 5C 23
Octal 7 153 252 140 45 0 41 313 134 43
Binary 111 1101011 10101010 1100000 100101 0 100001 11001011 1011100 100011

Color Harmonies of #076BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BAA

Black with #076BAA

Text Example


Text Example

White with #076BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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