Html Css Color HEX #076B94 Cerulean

📋 copy color: '#076B94'

red 7 ◦ green 107 ◦ blue 148

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

Shades of Cerulean #076B94

Tints of Cerulean #076B94

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.84%

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 2.67%
G = 40.84%
B = 56.49%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#076B94 (or 0x076B94) is known color: Cerulean. HEX triplet: 07, 6B and 94. RGB value is (7,107,148). Sum of RGB (Red+Green+Blue) = 7+107+148=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #076B94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B94 is #F8946B. Grayscale: #515151. Windows color (decimal): -16290924 or 9726727. OLE color: 9726727.

HSL color Cylindrical-coordinate representation of color #076B94: hue angle of 197.45º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076B94 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 107 148 -
CMYK 0.95 0.28 0 0.42
HSL 197.45º 0.91% 0.3% -
HSV(B) 197.45º 0.95% 0.58% -
XYZ 10.69 12.7 29.9 -
YUV 81.77 165.37 74.67 -
System Red Green Blue C M Y K H S L
Decimal 7 107 148 0.95 0.28 0 0.42 197.45 0.91 0.3
Hex 7 6B 94 5F 1C 0 2A C5 5B 1E
Octal 7 153 224 137 34 0 52 305 133 36
Binary 111 1101011 10010100 1011111 11100 0 101010 11000101 1011011 11110

Color Harmonies of #076B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B94

Black with #076B94

Text Example


Text Example

White with #076B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076B94; }

 p { color: rgb(7,107,148); }

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

background-color css

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

 a { background-color: rgb(7,107,148); }

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

border-color css

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

 span { border-color: rgb(7,107,148); }

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