Html Css Color HEX #076CAB Cerulean

📋 copy color: '#076CAB'

red 7 ◦ green 108 ◦ blue 171

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

Shades of Cerulean #076CAB

Tints of Cerulean #076CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.76%

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

R = 2.45%
G = 37.76%
B = 59.79%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#076CAB (or 0x076CAB) is known color: Cerulean. HEX triplet: 07, 6C and AB. RGB value is (7,108,171). Sum of RGB (Red+Green+Blue) = 7+108+171=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #076CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076CAB is #F89354. Grayscale: #545454. Windows color (decimal): -16290645 or 11234311. OLE color: 11234311.

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

Color convert

RGB 7 108 171 -
CMYK 0.96 0.37 0 0.33
HSL 203.05º 0.92% 0.35% -
HSV(B) 203.05º 0.96% 0.67% -
XYZ 12.8 13.71 40.5 -
YUV 84.98 176.54 72.38 -
System Red Green Blue C M Y K H S L
Decimal 7 108 171 0.96 0.37 0 0.33 203.05 0.92 0.35
Hex 7 6C AB 60 25 0 21 CB 5C 23
Octal 7 154 253 140 45 0 41 313 134 43
Binary 111 1101100 10101011 1100000 100101 0 100001 11001011 1011100 100011

Color Harmonies of #076CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CAB

Black with #076CAB

Text Example


Text Example

White with #076CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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