Html Css Color HEX #076392 Cerulean

📋 copy color: '#076392'

red 7 ◦ green 99 ◦ blue 146

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

Shades of Cerulean #076392

Tints of Cerulean #076392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 2.78%
G = 39.29%
B = 57.94%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#076392 (or 0x076392) is known color: Cerulean. HEX triplet: 07, 63 and 92. RGB value is (7,99,146). Sum of RGB (Red+Green+Blue) = 7+99+146=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #076392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076392 is #F89C6D. Grayscale: #4C4C4C. Windows color (decimal): -16292974 or 9593607. OLE color: 9593607.

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

Color convert

RGB 7 99 146 -
CMYK 0.95 0.32 0 0.43
HSL 200.29º 0.91% 0.3% -
HSV(B) 200.29º 0.95% 0.57% -
XYZ 9.74 11.04 28.81 -
YUV 76.85 167.02 78.18 -
System Red Green Blue C M Y K H S L
Decimal 7 99 146 0.95 0.32 0 0.43 200.29 0.91 0.3
Hex 7 63 92 5F 20 0 2B C8 5B 1E
Octal 7 143 222 137 40 0 53 310 133 36
Binary 111 1100011 10010010 1011111 100000 0 101011 11001000 1011011 11110

Color Harmonies of #076392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076392

Black with #076392

Text Example


Text Example

White with #076392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076392; }

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

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

background-color css

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

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

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

border-color css

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

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

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