Html Css Color HEX #076D99 Cerulean

📋 copy color: '#076D99'

red 7 ◦ green 109 ◦ blue 153

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

Shades of Cerulean #076D99

Tints of Cerulean #076D99

RGB

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

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

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

R = 2.6%
G = 40.52%
B = 56.88%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#076D99 (or 0x076D99) is known color: Cerulean. HEX triplet: 07, 6D and 99. RGB value is (7,109,153). Sum of RGB (Red+Green+Blue) = 7+109+153=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #076D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D99 is #F89266. Grayscale: #535353. Windows color (decimal): -16290407 or 10054919. OLE color: 10054919.

HSL color Cylindrical-coordinate representation of color #076D99: hue angle of 198.08º 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 #076D99 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 109 153 -
CMYK 0.95 0.29 0 0.4
HSL 198.08º 0.91% 0.31% -
HSV(B) 198.08º 0.95% 0.6% -
XYZ 11.31 13.28 32.1 -
YUV 83.52 167.21 73.42 -
System Red Green Blue C M Y K H S L
Decimal 7 109 153 0.95 0.29 0 0.4 198.08 0.91 0.31
Hex 7 6D 99 5F 1D 0 28 C6 5B 1F
Octal 7 155 231 137 35 0 50 306 133 37
Binary 111 1101101 10011001 1011111 11101 0 101000 11000110 1011011 11111

Color Harmonies of #076D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076D99

Black with #076D99

Text Example


Text Example

White with #076D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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