Html Css Color HEX #0483BA Cerulean

📋 copy color: '#0483BA'

red 4 ◦ green 131 ◦ blue 186

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

Shades of Cerulean #0483BA

Tints of Cerulean #0483BA

RGB

 RED value IS 4 (1.95% from 255) = 1.25%

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

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

R = 1.25%
G = 40.81%
B = 57.94%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0483BA (or 0x0483BA) is known color: Cerulean. HEX triplet: 04, 83 and BA. RGB value is (4,131,186). Sum of RGB (Red+Green+Blue) = 4+131+186=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #0483BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483BA is #FB7C45. Grayscale: #626262. Windows color (decimal): -16481350 or 12223236. OLE color: 12223236.

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

Color convert

RGB 4 131 186 -
CMYK 0.98 0.30 0 0.27
HSL 198.13º 0.96% 0.37% -
HSV(B) 198.13º 0.98% 0.73% -
XYZ 17.03 19.8 49.38 -
YUV 99.3 176.92 60.03 -
System Red Green Blue C M Y K H S L
Decimal 4 131 186 0.98 0.30 0 0.27 198.13 0.96 0.37
Hex 4 83 BA 62 1E 0 1B C6 60 25
Octal 4 203 272 142 36 0 33 306 140 45
Binary 100 10000011 10111010 1100010 11110 0 11011 11000110 1100000 100101

Color Harmonies of #0483BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0483BA

Black with #0483BA

Text Example


Text Example

White with #0483BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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