Html Css Color HEX #076B8F Cerulean

📋 copy color: '#076B8F'

red 7 ◦ green 107 ◦ blue 143

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

Shades of Cerulean #076B8F

Tints of Cerulean #076B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 55.64%

R = 2.72%
G = 41.63%
B = 55.64%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#076B8F (or 0x076B8F) is known color: Cerulean. HEX triplet: 07, 6B and 8F. RGB value is (7,107,143). Sum of RGB (Red+Green+Blue) = 7+107+143=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #076B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B8F is #F89470. Grayscale: #505050. Windows color (decimal): -16290929 or 9399047. OLE color: 9399047.

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

Color convert

RGB 7 107 143 -
CMYK 0.95 0.25 0 0.44
HSL 195.88º 0.91% 0.29% -
HSV(B) 195.88º 0.95% 0.56% -
XYZ 10.3 12.54 27.86 -
YUV 81.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 7 107 143 0.95 0.25 0 0.44 195.88 0.91 0.29
Hex 7 6B 8F 5F 19 0 2C C4 5B 1D
Octal 7 153 217 137 31 0 54 304 133 35
Binary 111 1101011 10001111 1011111 11001 0 101100 11000100 1011011 11101

Color Harmonies of #076B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076B8F

Black with #076B8F

Text Example


Text Example

White with #076B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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