Html Css Color HEX #076BAF Cerulean

📋 copy color: '#076BAF'

red 7 ◦ green 107 ◦ blue 175

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

Shades of Cerulean #076BAF

Tints of Cerulean #076BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 2.42%
G = 37.02%
B = 60.55%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#076BAF (or 0x076BAF) is known color: Cerulean. HEX triplet: 07, 6B and AF. RGB value is (7,107,175). Sum of RGB (Red+Green+Blue) = 7+107+175=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #076BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BAF is #F89450. Grayscale: #545454. Windows color (decimal): -16290897 or 11496199. OLE color: 11496199.

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

Color convert

RGB 7 107 175 -
CMYK 0.96 0.39 0 0.31
HSL 204.29º 0.92% 0.36% -
HSV(B) 204.29º 0.96% 0.69% -
XYZ 13.08 13.66 42.5 -
YUV 84.85 178.87 72.47 -
System Red Green Blue C M Y K H S L
Decimal 7 107 175 0.96 0.39 0 0.31 204.29 0.92 0.36
Hex 7 6B AF 60 27 0 1F CC 5C 24
Octal 7 153 257 140 47 0 37 314 134 44
Binary 111 1101011 10101111 1100000 100111 0 11111 11001100 1011100 100100

Color Harmonies of #076BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BAF

Black with #076BAF

Text Example


Text Example

White with #076BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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