Html Css Color HEX #076B99 Cerulean

📋 copy color: '#076B99'

red 7 ◦ green 107 ◦ blue 153

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

Shades of Cerulean #076B99

Tints of Cerulean #076B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 2.62%
G = 40.07%
B = 57.3%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#076B99 (or 0x076B99) is known color: Cerulean. HEX triplet: 07, 6B and 99. RGB value is (7,107,153). Sum of RGB (Red+Green+Blue) = 7+107+153=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #076B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B99 is #F89466. Grayscale: #525252. Windows color (decimal): -16290919 or 10054407. OLE color: 10054407.

HSL color Cylindrical-coordinate representation of color #076B99: hue angle of 198.9º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076B99 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 107 153 -
CMYK 0.95 0.30 0 0.4
HSL 198.9º 0.91% 0.31% -
HSV(B) 198.9º 0.95% 0.6% -
XYZ 11.1 12.86 32.03 -
YUV 82.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 7 107 153 0.95 0.30 0 0.4 198.9 0.91 0.31
Hex 7 6B 99 5F 1E 0 28 C7 5B 1F
Octal 7 153 231 137 36 0 50 307 133 37
Binary 111 1101011 10011001 1011111 11110 0 101000 11000111 1011011 11111

Color Harmonies of #076B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B99

Black with #076B99

Text Example


Text Example

White with #076B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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