Html Css Color HEX #076A95 Cerulean

📋 copy color: '#076A95'

red 7 ◦ green 106 ◦ blue 149

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

Shades of Cerulean #076A95

Tints of Cerulean #076A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 2.67%
G = 40.46%
B = 56.87%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#076A95 (or 0x076A95) is known color: Cerulean. HEX triplet: 07, 6A and 95. RGB value is (7,106,149). Sum of RGB (Red+Green+Blue) = 7+106+149=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #076A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076A95 is #F8956A. Grayscale: #515151. Windows color (decimal): -16291179 or 9792007. OLE color: 9792007.

HSL color Cylindrical-coordinate representation of color #076A95: hue angle of 198.17º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076A95 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 106 149 -
CMYK 0.95 0.29 0 0.42
HSL 198.17º 0.91% 0.31% -
HSV(B) 198.17º 0.95% 0.58% -
XYZ 10.67 12.52 30.29 -
YUV 81.3 166.2 75 -
System Red Green Blue C M Y K H S L
Decimal 7 106 149 0.95 0.29 0 0.42 198.17 0.91 0.31
Hex 7 6A 95 5F 1D 0 2A C6 5B 1F
Octal 7 152 225 137 35 0 52 306 133 37
Binary 111 1101010 10010101 1011111 11101 0 101010 11000110 1011011 11111

Color Harmonies of #076A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076A95

Black with #076A95

Text Example


Text Example

White with #076A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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