Html Css Color HEX #076BAD Cerulean

📋 copy color: '#076BAD'

red 7 ◦ green 107 ◦ blue 173

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

Shades of Cerulean #076BAD

Tints of Cerulean #076BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.28%

R = 2.44%
G = 37.28%
B = 60.28%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#076BAD (or 0x076BAD) is known color: Cerulean. HEX triplet: 07, 6B and AD. RGB value is (7,107,173). Sum of RGB (Red+Green+Blue) = 7+107+173=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #076BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BAD is #F89452. Grayscale: #545454. Windows color (decimal): -16290899 or 11365127. OLE color: 11365127.

HSL color Cylindrical-coordinate representation of color #076BAD: hue angle of 203.86º 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 #076BAD is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 107 173 -
CMYK 0.96 0.38 0 0.32
HSL 203.86º 0.92% 0.35% -
HSV(B) 203.86º 0.96% 0.68% -
XYZ 12.89 13.58 41.48 -
YUV 84.62 177.87 72.63 -
System Red Green Blue C M Y K H S L
Decimal 7 107 173 0.96 0.38 0 0.32 203.86 0.92 0.35
Hex 7 6B AD 60 26 0 20 CC 5C 23
Octal 7 153 255 140 46 0 40 314 134 43
Binary 111 1101011 10101101 1100000 100110 0 100000 11001100 1011100 100011

Color Harmonies of #076BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BAD

Black with #076BAD

Text Example


Text Example

White with #076BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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