Html Css Color HEX #076FAB Cerulean

📋 copy color: '#076FAB'

red 7 ◦ green 111 ◦ blue 171

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

Shades of Cerulean #076FAB

Tints of Cerulean #076FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

 BLUE value IS 171 (67.19% from 255) = 59.17%

R = 2.42%
G = 38.41%
B = 59.17%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#076FAB (or 0x076FAB) is known color: Cerulean. HEX triplet: 07, 6F and AB. RGB value is (7,111,171). Sum of RGB (Red+Green+Blue) = 7+111+171=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #076FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076FAB is #F89054. Grayscale: #565656. Windows color (decimal): -16289877 or 11235079. OLE color: 11235079.

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

Color convert

RGB 7 111 171 -
CMYK 0.96 0.35 0 0.33
HSL 201.95º 0.92% 0.35% -
HSV(B) 201.95º 0.96% 0.67% -
XYZ 13.12 14.35 40.61 -
YUV 86.74 175.54 71.12 -
System Red Green Blue C M Y K H S L
Decimal 7 111 171 0.96 0.35 0 0.33 201.95 0.92 0.35
Hex 7 6F AB 60 23 0 21 CA 5C 23
Octal 7 157 253 140 43 0 41 312 134 43
Binary 111 1101111 10101011 1100000 100011 0 100001 11001010 1011100 100011

Color Harmonies of #076FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FAB

Black with #076FAB

Text Example


Text Example

White with #076FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,111,171); }

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

background-color css

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

 a { background-color: rgb(7,111,171); }

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

border-color css

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

 span { border-color: rgb(7,111,171); }

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