Html Css Color HEX #076592 Cerulean

📋 copy color: '#076592'

red 7 ◦ green 101 ◦ blue 146

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

Shades of Cerulean #076592

Tints of Cerulean #076592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 2.76%
G = 39.76%
B = 57.48%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#076592 (or 0x076592) is known color: Cerulean. HEX triplet: 07, 65 and 92. RGB value is (7,101,146). Sum of RGB (Red+Green+Blue) = 7+101+146=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #076592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076592 is #F89A6D. Grayscale: #4D4D4D. Windows color (decimal): -16292462 or 9594119. OLE color: 9594119.

HSL color Cylindrical-coordinate representation of color #076592: hue angle of 199.42º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076592 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 101 146 -
CMYK 0.95 0.31 0 0.43
HSL 199.42º 0.91% 0.3% -
HSV(B) 199.42º 0.95% 0.57% -
XYZ 9.93 11.43 28.88 -
YUV 78.02 166.36 77.34 -
System Red Green Blue C M Y K H S L
Decimal 7 101 146 0.95 0.31 0 0.43 199.42 0.91 0.3
Hex 7 65 92 5F 1F 0 2B C7 5B 1E
Octal 7 145 222 137 37 0 53 307 133 36
Binary 111 1100101 10010010 1011111 11111 0 101011 11000111 1011011 11110

Color Harmonies of #076592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076592

Black with #076592

Text Example


Text Example

White with #076592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076592; }

 p { color: rgb(7,101,146); }

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

background-color css

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

 a { background-color: rgb(7,101,146); }

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

border-color css

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

 span { border-color: rgb(7,101,146); }

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