Html Css Color HEX #0482AE Cerulean

📋 copy color: '#0482AE'

red 4 ◦ green 130 ◦ blue 174

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

Shades of Cerulean #0482AE

Tints of Cerulean #0482AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 1.3%
G = 42.21%
B = 56.49%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0482AE (or 0x0482AE) is known color: Cerulean. HEX triplet: 04, 82 and AE. RGB value is (4,130,174). Sum of RGB (Red+Green+Blue) = 4+130+174=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #0482AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0482AE is #FB7D51. Grayscale: #616161. Windows color (decimal): -16481618 or 11436548. OLE color: 11436548.

HSL color Cylindrical-coordinate representation of color #0482AE: hue angle of 195.53º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0482AE is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 130 174 -
CMYK 0.98 0.25 0 0.32
HSL 195.53º 0.96% 0.35% -
HSV(B) 195.53º 0.98% 0.68% -
XYZ 15.67 19.05 42.89 -
YUV 97.34 171.26 61.42 -
System Red Green Blue C M Y K H S L
Decimal 4 130 174 0.98 0.25 0 0.32 195.53 0.96 0.35
Hex 4 82 AE 62 19 0 20 C4 60 23
Octal 4 202 256 142 31 0 40 304 140 43
Binary 100 10000010 10101110 1100010 11001 0 100000 11000100 1100000 100011

Color Harmonies of #0482AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0482AE

Black with #0482AE

Text Example


Text Example

White with #0482AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0482AE; }

 p { color: rgb(4,130,174); }

 H1.HeaderClassName
 {
   color: #0482AE;
 }
 .AnyTagClassName
 {
   color: #0482AE;
 }
</style>

background-color css

<style>
 a { background-color: #0482AE; }

 a { background-color: rgb(4,130,174); }

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

border-color css

<style>
 span { border-color: #0482AE; }

 span { border-color: rgb(4,130,174); }

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