Html Css Color HEX #0183BA Cerulean

📋 copy color: '#0183BA'

red 1 ◦ green 131 ◦ blue 186

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

Shades of Cerulean #0183BA

Tints of Cerulean #0183BA

RGB

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

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

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

R = 0.31%
G = 41.19%
B = 58.49%

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

#0183BA (or 0x0183BA) is known color: Cerulean. HEX triplet: 01, 83 and BA. RGB value is (1,131,186). Sum of RGB (Red+Green+Blue) = 1+131+186=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #0183BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0183BA is #FE7C45. Grayscale: #626262. Windows color (decimal): -16677958 or 12223233. OLE color: 12223233.

HSL color Cylindrical-coordinate representation of color #0183BA: hue angle of 197.84º 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 #0183BA is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 131 186 -
CMYK 0.99 0.30 0 0.27
HSL 197.84º 0.99% 0.37% -
HSV(B) 197.84º 0.99% 0.73% -
XYZ 16.99 19.78 49.38 -
YUV 98.4 177.43 58.53 -
System Red Green Blue C M Y K H S L
Decimal 1 131 186 0.99 0.30 0 0.27 197.84 0.99 0.37
Hex 1 83 BA 63 1E 0 1B C6 63 25
Octal 1 203 272 143 36 0 33 306 143 45
Binary 1 10000011 10111010 1100011 11110 0 11011 11000110 1100011 100101

Color Harmonies of #0183BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0183BA

Black with #0183BA

Text Example


Text Example

White with #0183BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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