Html Css Color HEX #0481AC Cerulean

📋 copy color: '#0481AC'

red 4 ◦ green 129 ◦ blue 172

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

Shades of Cerulean #0481AC

Tints of Cerulean #0481AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.3%

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

R = 1.31%
G = 42.3%
B = 56.39%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0481AC (or 0x0481AC) is known color: Cerulean. HEX triplet: 04, 81 and AC. RGB value is (4,129,172). Sum of RGB (Red+Green+Blue) = 4+129+172=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #0481AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0481AC is #FB7E53. Grayscale: #606060. Windows color (decimal): -16481876 or 11305220. OLE color: 11305220.

HSL color Cylindrical-coordinate representation of color #0481AC: hue angle of 195.36º 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 #0481AC is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 129 172 -
CMYK 0.98 0.25 0 0.33
HSL 195.36º 0.95% 0.35% -
HSV(B) 195.36º 0.98% 0.67% -
XYZ 15.35 18.7 41.83 -
YUV 96.53 170.59 62 -
System Red Green Blue C M Y K H S L
Decimal 4 129 172 0.98 0.25 0 0.33 195.36 0.95 0.35
Hex 4 81 AC 62 19 0 21 C3 5F 23
Octal 4 201 254 142 31 0 41 303 137 43
Binary 100 10000001 10101100 1100010 11001 0 100001 11000011 1011111 100011

Color Harmonies of #0481AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0481AC

Black with #0481AC

Text Example


Text Example

White with #0481AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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