Html Css Color HEX #0084B4 Cerulean

📋 copy color: '#0084B4'

red 0 ◦ green 132 ◦ blue 180

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

Shades of Cerulean #0084B4

Tints of Cerulean #0084B4

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 180 (70.7% from 255) = 57.69%

R = 0%
G = 42.31%
B = 57.69%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0084B4 (or 0x0084B4) is known color: Cerulean. HEX triplet: 00, 84 and B4. RGB value is (0,132,180). Sum of RGB (Red+Green+Blue) = 0+132+180=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #0084B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084B4 is #FF7B4B. Grayscale: #616161. Windows color (decimal): -16743244 or 11830272. OLE color: 11830272.

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

Color convert

RGB 0 132 180 -
CMYK 1 0.27 0 0.29
HSL 196º 1% 0.35% -
HSV(B) 196º 1% 0.71% -
XYZ 16.49 19.8 46.13 -
YUV 98 174.27 58.1 -
System Red Green Blue C M Y K H S L
Decimal 0 132 180 1 0.27 0 0.29 196 1 0.35
Hex 0 84 B4 64 1B 0 1D C4 64 23
Octal 0 204 264 144 33 0 35 304 144 43
Binary 0 10000100 10110100 1100100 11011 0 11101 11000100 1100100 100011

Color Harmonies of #0084B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0084B4

Black with #0084B4

Text Example


Text Example

White with #0084B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0084B4;
 }
 .AnyTagClassName
 {
   color: #0084B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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