Html Css Color HEX #076696 Cerulean

📋 copy color: '#076696'

red 7 ◦ green 102 ◦ blue 150

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

Shades of Cerulean #076696

Tints of Cerulean #076696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.38%

 BLUE value IS 150 (58.98% from 255) = 57.92%

R = 2.7%
G = 39.38%
B = 57.92%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#076696 (or 0x076696) is known color: Cerulean. HEX triplet: 07, 66 and 96. RGB value is (7,102,150). Sum of RGB (Red+Green+Blue) = 7+102+150=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #076696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076696 is #F89969. Grayscale: #4E4E4E. Windows color (decimal): -16292202 or 9856519. OLE color: 9856519.

HSL color Cylindrical-coordinate representation of color #076696: hue angle of 200.14º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076696 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 102 150 -
CMYK 0.95 0.32 0 0.41
HSL 200.14º 0.91% 0.31% -
HSV(B) 200.14º 0.95% 0.59% -
XYZ 10.34 11.75 30.58 -
YUV 79.07 168.03 76.6 -
System Red Green Blue C M Y K H S L
Decimal 7 102 150 0.95 0.32 0 0.41 200.14 0.91 0.31
Hex 7 66 96 5F 20 0 29 C8 5B 1F
Octal 7 146 226 137 40 0 51 310 133 37
Binary 111 1100110 10010110 1011111 100000 0 101001 11001000 1011011 11111

Color Harmonies of #076696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076696

Black with #076696

Text Example


Text Example

White with #076696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076696; }

 p { color: rgb(7,102,150); }

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

background-color css

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

 a { background-color: rgb(7,102,150); }

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

border-color css

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

 span { border-color: rgb(7,102,150); }

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