Html Css Color HEX #076391 Cerulean

📋 copy color: '#076391'

red 7 ◦ green 99 ◦ blue 145

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

Shades of Cerulean #076391

Tints of Cerulean #076391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.77%

R = 2.79%
G = 39.44%
B = 57.77%

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

#076391 (or 0x076391) is known color: Cerulean. HEX triplet: 07, 63 and 91. RGB value is (7,99,145). Sum of RGB (Red+Green+Blue) = 7+99+145=251 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.79% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #076391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076391 is #F89C6E. Grayscale: #4C4C4C. Windows color (decimal): -16292975 or 9528071. OLE color: 9528071.

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

Color convert

RGB 7 99 145 -
CMYK 0.95 0.32 0 0.43
HSL 200º 0.91% 0.3% -
HSV(B) 200º 0.95% 0.57% -
XYZ 9.66 11.01 28.4 -
YUV 76.74 166.52 78.26 -
System Red Green Blue C M Y K H S L
Decimal 7 99 145 0.95 0.32 0 0.43 200 0.91 0.3
Hex 7 63 91 5F 20 0 2B C8 5B 1E
Octal 7 143 221 137 40 0 53 310 133 36
Binary 111 1100011 10010001 1011111 100000 0 101011 11001000 1011011 11110

Color Harmonies of #076391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076391

Black with #076391

Text Example


Text Example

White with #076391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076391; }

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

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

background-color css

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

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

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

border-color css

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

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

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