Html Css Color HEX #076A98 Cerulean

📋 copy color: '#076A98'

red 7 ◦ green 106 ◦ blue 152

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

Shades of Cerulean #076A98

Tints of Cerulean #076A98

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40%

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

R = 2.64%
G = 40%
B = 57.36%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#076A98 (or 0x076A98) is known color: Cerulean. HEX triplet: 07, 6A and 98. RGB value is (7,106,152). Sum of RGB (Red+Green+Blue) = 7+106+152=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #076A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076A98 is #F89567. Grayscale: #515151. Windows color (decimal): -16291176 or 9988615. OLE color: 9988615.

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

Color convert

RGB 7 106 152 -
CMYK 0.95 0.30 0 0.40
HSL 199.03º 0.91% 0.31% -
HSV(B) 199.03º 0.95% 0.6% -
XYZ 10.91 12.62 31.57 -
YUV 81.64 167.7 74.76 -
System Red Green Blue C M Y K H S L
Decimal 7 106 152 0.95 0.30 0 0.40 199.03 0.91 0.31
Hex 7 6A 98 5F 1E 0 28 C7 5B 1F
Octal 7 152 230 137 36 0 50 307 133 37
Binary 111 1101010 10011000 1011111 11110 0 101000 11000111 1011011 11111

Color Harmonies of #076A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A98

Black with #076A98

Text Example


Text Example

White with #076A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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