Html Css Color HEX #0482AD Cerulean

📋 copy color: '#0482AD'

red 4 ◦ green 130 ◦ blue 173

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

Shades of Cerulean #0482AD

Tints of Cerulean #0482AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 1.3%
G = 42.35%
B = 56.35%

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

#0482AD (or 0x0482AD) is known color: Cerulean. HEX triplet: 04, 82 and AD. RGB value is (4,130,173). Sum of RGB (Red+Green+Blue) = 4+130+173=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #0482AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0482AD is #FB7D52. Grayscale: #606060. Windows color (decimal): -16481619 or 11371012. OLE color: 11371012.

HSL color Cylindrical-coordinate representation of color #0482AD: hue angle of 195.27º degrees, saturation: 0.95, 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 #0482AD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 130 173 -
CMYK 0.98 0.25 0 0.32
HSL 195.27º 0.95% 0.35% -
HSV(B) 195.27º 0.98% 0.68% -
XYZ 15.58 19.01 42.38 -
YUV 97.23 170.76 61.5 -
System Red Green Blue C M Y K H S L
Decimal 4 130 173 0.98 0.25 0 0.32 195.27 0.95 0.35
Hex 4 82 AD 62 19 0 20 C3 5F 23
Octal 4 202 255 142 31 0 40 303 137 43
Binary 100 10000010 10101101 1100010 11001 0 100000 11000011 1011111 100011

Color Harmonies of #0482AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0482AD

Black with #0482AD

Text Example


Text Example

White with #0482AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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