Html Css Color HEX #0182BA Cerulean

📋 copy color: '#0182BA'

red 1 ◦ green 130 ◦ blue 186

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

Shades of Cerulean #0182BA

Tints of Cerulean #0182BA

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 0.32%
G = 41.01%
B = 58.68%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0182BA (or 0x0182BA) is known color: Cerulean. HEX triplet: 01, 82 and BA. RGB value is (1,130,186). Sum of RGB (Red+Green+Blue) = 1+130+186=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #0182BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0182BA is #FE7D45. Grayscale: #616161. Windows color (decimal): -16678214 or 12222977. OLE color: 12222977.

HSL color Cylindrical-coordinate representation of color #0182BA: hue angle of 198.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0182BA is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 130 186 -
CMYK 0.99 0.30 0 0.27
HSL 198.16º 0.99% 0.37% -
HSV(B) 198.16º 0.99% 0.73% -
XYZ 16.86 19.52 49.33 -
YUV 97.81 177.76 58.95 -
System Red Green Blue C M Y K H S L
Decimal 1 130 186 0.99 0.30 0 0.27 198.16 0.99 0.37
Hex 1 82 BA 63 1E 0 1B C6 63 25
Octal 1 202 272 143 36 0 33 306 143 45
Binary 1 10000010 10111010 1100011 11110 0 11011 11000110 1100011 100101

Color Harmonies of #0182BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0182BA

Black with #0182BA

Text Example


Text Example

White with #0182BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0182BA; }

 p { color: rgb(1,130,186); }

 H1.HeaderClassName
 {
   color: #0182BA;
 }
 .AnyTagClassName
 {
   color: #0182BA;
 }
</style>

background-color css

<style>
 a { background-color: #0182BA; }

 a { background-color: rgb(1,130,186); }

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

border-color css

<style>
 span { border-color: #0182BA; }

 span { border-color: rgb(1,130,186); }

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