Html Css Color HEX #076898 Cerulean

📋 copy color: '#076898'

red 7 ◦ green 104 ◦ blue 152

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

Shades of Cerulean #076898

Tints of Cerulean #076898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.54%

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

R = 2.66%
G = 39.54%
B = 57.79%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#076898 (or 0x076898) is known color: Cerulean. HEX triplet: 07, 68 and 98. RGB value is (7,104,152). Sum of RGB (Red+Green+Blue) = 7+104+152=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #076898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076898 is #F89767. Grayscale: #505050. Windows color (decimal): -16291688 or 9988103. OLE color: 9988103.

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

Color convert

RGB 7 104 152 -
CMYK 0.95 0.32 0 0.40
HSL 199.86º 0.91% 0.31% -
HSV(B) 199.86º 0.95% 0.6% -
XYZ 10.71 12.21 31.5 -
YUV 80.47 168.36 75.6 -
System Red Green Blue C M Y K H S L
Decimal 7 104 152 0.95 0.32 0 0.40 199.86 0.91 0.31
Hex 7 68 98 5F 20 0 28 C8 5B 1F
Octal 7 150 230 137 40 0 50 310 133 37
Binary 111 1101000 10011000 1011111 100000 0 101000 11001000 1011011 11111

Color Harmonies of #076898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076898

Black with #076898

Text Example


Text Example

White with #076898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076898; }

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

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

background-color css

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

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

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

border-color css

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

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

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