#0084B1

Color #0084B1 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0084B1

Tints of Cerulean #0084B1

Color information

#0084B1 (or 0x0084B1) is unknown color: approx Cerulean. HEX triplet: 00, 84 and B1. RGB value is (0,132,177). Sum of RGB (Red+Green+Blue) = 0+132+177=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 177 (69.53% from 255 or 57.28% from 309); Max value from RGB is 177 - color contains mainly: blue. Hex color #0084B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0084B1 is #FF7B4E. Grayscale: #616161. Windows color (decimal): -16743247 or 11633664. OLE color: 11633664.

HSL color Cylindrical-coordinate representation of color #0084B1: hue angle of 195.25º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084B1 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0132177-
CMYK10.2500.31
HSL195.25º100%34.71%-
HSV(B)195.25º100%69.41%-
XYZ16.1919.6844.54-
YUV97.66172.7758.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 177 (69.53% from 255) = 57.28%
R=0%
G=42.72%
B=57.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal013217710.2500.31195.2510034.71
Hex084B1641901Fc36423
Octal02042611443103730314443
Binary01000010010110001110010011001011111110000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0084B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0084B1; }

 p { color: rgb(0,132,177); }

 H1.HeaderClassName
 {
   color: #0084B1;
 }
 .AnyTagClassName
 {
   color: #0084B1;
 }
</style>
background-color css

<style>
 a { background-color: #0084B1; }

 a { background-color: rgb(0,132,177); }

 div.DivClassName
 {
   background-color: #0084B1;
 }
 .BgClassName
 {
   background-color: #0084B1;
 }
</style>
border-color css

<style>
 span { border-color: #0084B1; }

 span { border-color: rgb(0,132,177); }

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