Html Css Color HEX #0083BA Cerulean

📋 copy color: '#0083BA'

red 0 ◦ green 131 ◦ blue 186

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

Shades of Cerulean #0083BA

Tints of Cerulean #0083BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

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

R = 0%
G = 41.32%
B = 58.68%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0083BA (or 0x0083BA) is known color: Cerulean. HEX triplet: 00, 83 and BA. RGB value is (0,131,186). Sum of RGB (Red+Green+Blue) = 0+131+186=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 131 (51.56% from 255 or 41.32% 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 #0083BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0083BA is #FF7C45. Grayscale: #616161. Windows color (decimal): -16743494 or 12223232. OLE color: 12223232.

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

Color convert

RGB 0 131 186 -
CMYK 1 0.30 0 0.27
HSL 197.74º 1% 0.36% -
HSV(B) 197.74º 1% 0.73% -
XYZ 16.98 19.78 49.38 -
YUV 98.1 177.6 58.03 -
System Red Green Blue C M Y K H S L
Decimal 0 131 186 1 0.30 0 0.27 197.74 1 0.36
Hex 0 83 BA 64 1E 0 1B C6 64 24
Octal 0 203 272 144 36 0 33 306 144 44
Binary 0 10000011 10111010 1100100 11110 0 11011 11000110 1100100 100100

Color Harmonies of #0083BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0083BA

Black with #0083BA

Text Example


Text Example

White with #0083BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,131,186); }

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

background-color css

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

 a { background-color: rgb(0,131,186); }

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

border-color css

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

 span { border-color: rgb(0,131,186); }

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