Html Css Color HEX #076BAE Cerulean

📋 copy color: '#076BAE'

red 7 ◦ green 107 ◦ blue 174

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

Shades of Cerulean #076BAE

Tints of Cerulean #076BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 2.43%
G = 37.15%
B = 60.42%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#076BAE (or 0x076BAE) is known color: Cerulean. HEX triplet: 07, 6B and AE. RGB value is (7,107,174). Sum of RGB (Red+Green+Blue) = 7+107+174=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #076BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BAE is #F89451. Grayscale: #545454. Windows color (decimal): -16290898 or 11430663. OLE color: 11430663.

HSL color Cylindrical-coordinate representation of color #076BAE: hue angle of 204.07º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076BAE is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 107 174 -
CMYK 0.96 0.39 0 0.32
HSL 204.07º 0.92% 0.35% -
HSV(B) 204.07º 0.96% 0.68% -
XYZ 12.99 13.62 41.99 -
YUV 84.74 178.37 72.55 -
System Red Green Blue C M Y K H S L
Decimal 7 107 174 0.96 0.39 0 0.32 204.07 0.92 0.35
Hex 7 6B AE 60 27 0 20 CC 5C 23
Octal 7 153 256 140 47 0 40 314 134 43
Binary 111 1101011 10101110 1100000 100111 0 100000 11001100 1011100 100011

Color Harmonies of #076BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BAE

Black with #076BAE

Text Example


Text Example

White with #076BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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