Html Css Color HEX #076095 Cerulean

📋 copy color: '#076095'

red 7 ◦ green 96 ◦ blue 149

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

Shades of Cerulean #076095

Tints of Cerulean #076095

RGB

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

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

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

R = 2.78%
G = 38.1%
B = 59.13%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#076095 (or 0x076095) is known color: Cerulean. HEX triplet: 07, 60 and 95. RGB value is (7,96,149). Sum of RGB (Red+Green+Blue) = 7+96+149=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #076095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076095 is #F89F6A. Grayscale: #4B4B4B. Windows color (decimal): -16293739 or 9789447. OLE color: 9789447.

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

Color convert

RGB 7 96 149 -
CMYK 0.95 0.36 0 0.42
HSL 202.39º 0.91% 0.31% -
HSV(B) 202.39º 0.95% 0.58% -
XYZ 9.7 10.58 29.97 -
YUV 75.43 169.51 79.19 -
System Red Green Blue C M Y K H S L
Decimal 7 96 149 0.95 0.36 0 0.42 202.39 0.91 0.31
Hex 7 60 95 5F 24 0 2A CA 5B 1F
Octal 7 140 225 137 44 0 52 312 133 37
Binary 111 1100000 10010101 1011111 100100 0 101010 11001010 1011011 11111

Color Harmonies of #076095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076095

Black with #076095

Text Example


Text Example

White with #076095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076095; }

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

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

background-color css

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

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

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

border-color css

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

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

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