Html Css Color HEX #076E9B Cerulean

📋 copy color: '#076E9B'

red 7 ◦ green 110 ◦ blue 155

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

Shades of Cerulean #076E9B

Tints of Cerulean #076E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.44%

 BLUE value IS 155 (60.94% from 255) = 56.99%

R = 2.57%
G = 40.44%
B = 56.99%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#076E9B (or 0x076E9B) is known color: Cerulean. HEX triplet: 07, 6E and 9B. RGB value is (7,110,155). Sum of RGB (Red+Green+Blue) = 7+110+155=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #076E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076E9B is #F89164. Grayscale: #545454. Windows color (decimal): -16290149 or 10186247. OLE color: 10186247.

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

Color convert

RGB 7 110 155 -
CMYK 0.95 0.29 0 0.39
HSL 198.24º 0.91% 0.32% -
HSV(B) 198.24º 0.95% 0.61% -
XYZ 11.58 13.56 33.02 -
YUV 84.33 167.88 72.84 -
System Red Green Blue C M Y K H S L
Decimal 7 110 155 0.95 0.29 0 0.39 198.24 0.91 0.32
Hex 7 6E 9B 5F 1D 0 27 C6 5B 20
Octal 7 156 233 137 35 0 47 306 133 40
Binary 111 1101110 10011011 1011111 11101 0 100111 11000110 1011011 100000

Color Harmonies of #076E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076E9B

Black with #076E9B

Text Example


Text Example

White with #076E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,110,155); }

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

background-color css

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

 a { background-color: rgb(7,110,155); }

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

border-color css

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

 span { border-color: rgb(7,110,155); }

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