Html Css Color HEX #076DAA Cerulean

📋 copy color: '#076DAA'

red 7 ◦ green 109 ◦ blue 170

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

Shades of Cerulean #076DAA

Tints of Cerulean #076DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.11%

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

R = 2.45%
G = 38.11%
B = 59.44%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#076DAA (or 0x076DAA) is known color: Cerulean. HEX triplet: 07, 6D and AA. RGB value is (7,109,170). Sum of RGB (Red+Green+Blue) = 7+109+170=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #076DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DAA is #F89255. Grayscale: #555555. Windows color (decimal): -16290390 or 11169031. OLE color: 11169031.

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

Color convert

RGB 7 109 170 -
CMYK 0.96 0.36 0 0.33
HSL 202.45º 0.92% 0.35% -
HSV(B) 202.45º 0.96% 0.67% -
XYZ 12.81 13.88 40.03 -
YUV 85.46 175.71 72.04 -
System Red Green Blue C M Y K H S L
Decimal 7 109 170 0.96 0.36 0 0.33 202.45 0.92 0.35
Hex 7 6D AA 60 24 0 21 CA 5C 23
Octal 7 155 252 140 44 0 41 312 134 43
Binary 111 1101101 10101010 1100000 100100 0 100001 11001010 1011100 100011

Color Harmonies of #076DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DAA

Black with #076DAA

Text Example


Text Example

White with #076DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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