Html Css Color HEX #0483AC Cerulean

📋 copy color: '#0483AC'

red 4 ◦ green 131 ◦ blue 172

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

Shades of Cerulean #0483AC

Tints of Cerulean #0483AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 1.3%
G = 42.67%
B = 56.03%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0483AC (or 0x0483AC) is known color: Cerulean. HEX triplet: 04, 83 and AC. RGB value is (4,131,172). Sum of RGB (Red+Green+Blue) = 4+131+172=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #0483AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0483AC is #FB7C53. Grayscale: #616161. Windows color (decimal): -16481364 or 11305732. OLE color: 11305732.

HSL color Cylindrical-coordinate representation of color #0483AC: hue angle of 194.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483AC is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 131 172 -
CMYK 0.98 0.24 0 0.33
HSL 194.64º 0.95% 0.35% -
HSV(B) 194.64º 0.98% 0.67% -
XYZ 15.61 19.24 41.92 -
YUV 97.7 169.92 61.17 -
System Red Green Blue C M Y K H S L
Decimal 4 131 172 0.98 0.24 0 0.33 194.64 0.95 0.35
Hex 4 83 AC 62 18 0 21 C3 5F 23
Octal 4 203 254 142 30 0 41 303 137 43
Binary 100 10000011 10101100 1100010 11000 0 100001 11000011 1011111 100011

Color Harmonies of #0483AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0483AC

Black with #0483AC

Text Example


Text Example

White with #0483AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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