Html Css Color HEX #076499 Cerulean

📋 copy color: '#076499'

red 7 ◦ green 100 ◦ blue 153

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

Shades of Cerulean #076499

Tints of Cerulean #076499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.46%

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

R = 2.69%
G = 38.46%
B = 58.85%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#076499 (or 0x076499) is known color: Cerulean. HEX triplet: 07, 64 and 99. RGB value is (7,100,153). Sum of RGB (Red+Green+Blue) = 7+100+153=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #076499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076499 is #F89B66. Grayscale: #4D4D4D. Windows color (decimal): -16292711 or 10052615. OLE color: 10052615.

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

Color convert

RGB 7 100 153 -
CMYK 0.95 0.35 0 0.4
HSL 201.78º 0.91% 0.31% -
HSV(B) 201.78º 0.95% 0.6% -
XYZ 10.39 11.46 31.8 -
YUV 78.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 7 100 153 0.95 0.35 0 0.4 201.78 0.91 0.31
Hex 7 64 99 5F 23 0 28 CA 5B 1F
Octal 7 144 231 137 43 0 50 312 133 37
Binary 111 1100100 10011001 1011111 100011 0 101000 11001010 1011011 11111

Color Harmonies of #076499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076499

Black with #076499

Text Example


Text Example

White with #076499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076499; }

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

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

background-color css

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

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

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

border-color css

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

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

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