Html Css Color HEX #076CA1 Cerulean

📋 copy color: '#076CA1'

red 7 ◦ green 108 ◦ blue 161

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

Shades of Cerulean #076CA1

Tints of Cerulean #076CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 58.33%

R = 2.54%
G = 39.13%
B = 58.33%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#076CA1 (or 0x076CA1) is known color: Cerulean. HEX triplet: 07, 6C and A1. RGB value is (7,108,161). Sum of RGB (Red+Green+Blue) = 7+108+161=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #076CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076CA1 is #F8935E. Grayscale: #535353. Windows color (decimal): -16290655 or 10578951. OLE color: 10578951.

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

Color convert

RGB 7 108 161 -
CMYK 0.96 0.33 0 0.37
HSL 200.65º 0.92% 0.33% -
HSV(B) 200.65º 0.96% 0.63% -
XYZ 11.88 13.34 35.67 -
YUV 83.84 171.54 73.19 -
System Red Green Blue C M Y K H S L
Decimal 7 108 161 0.96 0.33 0 0.37 200.65 0.92 0.33
Hex 7 6C A1 60 21 0 25 C9 5C 21
Octal 7 154 241 140 41 0 45 311 134 41
Binary 111 1101100 10100001 1100000 100001 0 100101 11001001 1011100 100001

Color Harmonies of #076CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CA1

Black with #076CA1

Text Example


Text Example

White with #076CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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