Html Css Color HEX #076996 Cerulean

📋 copy color: '#076996'

red 7 ◦ green 105 ◦ blue 150

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

Shades of Cerulean #076996

Tints of Cerulean #076996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.08%

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

R = 2.67%
G = 40.08%
B = 57.25%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#076996 (or 0x076996) is known color: Cerulean. HEX triplet: 07, 69 and 96. RGB value is (7,105,150). Sum of RGB (Red+Green+Blue) = 7+105+150=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #076996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076996 is #F89669. Grayscale: #505050. Windows color (decimal): -16291434 or 9857287. OLE color: 9857287.

HSL color Cylindrical-coordinate representation of color #076996: hue angle of 198.88º 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 #076996 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 7 105 150 -
CMYK 0.95 0.30 0 0.41
HSL 198.88º 0.91% 0.31% -
HSV(B) 198.88º 0.95% 0.59% -
XYZ 10.64 12.35 30.68 -
YUV 80.83 167.03 75.34 -
System Red Green Blue C M Y K H S L
Decimal 7 105 150 0.95 0.30 0 0.41 198.88 0.91 0.31
Hex 7 69 96 5F 1E 0 29 C7 5B 1F
Octal 7 151 226 137 36 0 51 307 133 37
Binary 111 1101001 10010110 1011111 11110 0 101001 11000111 1011011 11111

Color Harmonies of #076996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076996

Black with #076996

Text Example


Text Example

White with #076996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076996; }

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

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

background-color css

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

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

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

border-color css

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

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

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