Html Css Color HEX #076099 Cerulean

📋 copy color: '#076099'

red 7 ◦ green 96 ◦ blue 153

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

Shades of Cerulean #076099

Tints of Cerulean #076099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

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

R = 2.73%
G = 37.5%
B = 59.77%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#076099 (or 0x076099) is known color: Cerulean. HEX triplet: 07, 60 and 99. RGB value is (7,96,153). Sum of RGB (Red+Green+Blue) = 7+96+153=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #076099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076099 is #F89F66. Grayscale: #4B4B4B. Windows color (decimal): -16293735 or 10051591. OLE color: 10051591.

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

Color convert

RGB 7 96 153 -
CMYK 0.95 0.37 0 0.4
HSL 203.42º 0.91% 0.31% -
HSV(B) 203.42º 0.95% 0.6% -
XYZ 10.02 10.71 31.68 -
YUV 75.89 171.51 78.87 -
System Red Green Blue C M Y K H S L
Decimal 7 96 153 0.95 0.37 0 0.4 203.42 0.91 0.31
Hex 7 60 99 5F 25 0 28 CB 5B 1F
Octal 7 140 231 137 45 0 50 313 133 37
Binary 111 1100000 10011001 1011111 100101 0 101000 11001011 1011011 11111

Color Harmonies of #076099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076099

Black with #076099

Text Example


Text Example

White with #076099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076099; }

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

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

background-color css

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

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

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

border-color css

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

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

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