Html Css Color HEX #076098 Cerulean

📋 copy color: '#076098'

red 7 ◦ green 96 ◦ blue 152

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

Shades of Cerulean #076098

Tints of Cerulean #076098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 2.75%
G = 37.65%
B = 59.61%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#076098 (or 0x076098) is known color: Cerulean. HEX triplet: 07, 60 and 98. RGB value is (7,96,152). Sum of RGB (Red+Green+Blue) = 7+96+152=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #076098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076098 is #F89F67. Grayscale: #4B4B4B. Windows color (decimal): -16293736 or 9986055. OLE color: 9986055.

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

Color convert

RGB 7 96 152 -
CMYK 0.95 0.37 0 0.40
HSL 203.17º 0.91% 0.31% -
HSV(B) 203.17º 0.95% 0.6% -
XYZ 9.94 10.68 31.24 -
YUV 75.77 171.01 78.95 -
System Red Green Blue C M Y K H S L
Decimal 7 96 152 0.95 0.37 0 0.40 203.17 0.91 0.31
Hex 7 60 98 5F 25 0 28 CB 5B 1F
Octal 7 140 230 137 45 0 50 313 133 37
Binary 111 1100000 10011000 1011111 100101 0 101000 11001011 1011011 11111

Color Harmonies of #076098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076098

Black with #076098

Text Example


Text Example

White with #076098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076098; }

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

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

background-color css

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

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

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

border-color css

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

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

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