Html Css Color HEX #076990 Cerulean

📋 copy color: '#076990'

red 7 ◦ green 105 ◦ blue 144

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

Shades of Cerulean #076990

Tints of Cerulean #076990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 2.73%
G = 41.02%
B = 56.25%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#076990 (or 0x076990) is known color: Cerulean. HEX triplet: 07, 69 and 90. RGB value is (7,105,144). Sum of RGB (Red+Green+Blue) = 7+105+144=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #076990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076990 is #F8966F. Grayscale: #4F4F4F. Windows color (decimal): -16291440 or 9464071. OLE color: 9464071.

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

Color convert

RGB 7 105 144 -
CMYK 0.95 0.27 0 0.44
HSL 197.08º 0.91% 0.3% -
HSV(B) 197.08º 0.95% 0.56% -
XYZ 10.17 12.16 28.2 -
YUV 80.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 7 105 144 0.95 0.27 0 0.44 197.08 0.91 0.3
Hex 7 69 90 5F 1B 0 2C C5 5B 1E
Octal 7 151 220 137 33 0 54 305 133 36
Binary 111 1101001 10010000 1011111 11011 0 101100 11000101 1011011 11110

Color Harmonies of #076990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076990

Black with #076990

Text Example


Text Example

White with #076990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076990; }

 p { color: rgb(7,105,144); }

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

background-color css

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

 a { background-color: rgb(7,105,144); }

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

border-color css

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

 span { border-color: rgb(7,105,144); }

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