Html Css Color HEX #0182BC Cerulean

📋 copy color: '#0182BC'

red 1 ◦ green 130 ◦ blue 188

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

Shades of Cerulean #0182BC

Tints of Cerulean #0182BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 0.31%
G = 40.75%
B = 58.93%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0182BC (or 0x0182BC) is known color: Cerulean. HEX triplet: 01, 82 and BC. RGB value is (1,130,188). Sum of RGB (Red+Green+Blue) = 1+130+188=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #0182BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0182BC is #FE7D43. Grayscale: #616161. Windows color (decimal): -16678212 or 12354049. OLE color: 12354049.

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

Color convert

RGB 1 130 188 -
CMYK 0.99 0.31 0 0.26
HSL 198.61º 0.99% 0.37% -
HSV(B) 198.61º 0.99% 0.74% -
XYZ 17.07 19.6 50.46 -
YUV 98.04 178.76 58.78 -
System Red Green Blue C M Y K H S L
Decimal 1 130 188 0.99 0.31 0 0.26 198.61 0.99 0.37
Hex 1 82 BC 63 1F 0 1A C7 63 25
Octal 1 202 274 143 37 0 32 307 143 45
Binary 1 10000010 10111100 1100011 11111 0 11010 11000111 1100011 100101

Color Harmonies of #0182BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0182BC

Black with #0182BC

Text Example


Text Example

White with #0182BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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