Html Css Color HEX #0481BC Cerulean

📋 copy color: '#0481BC'

red 4 ◦ green 129 ◦ blue 188

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

Shades of Cerulean #0481BC

Tints of Cerulean #0481BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 1.25%
G = 40.19%
B = 58.57%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0481BC (or 0x0481BC) is known color: Cerulean. HEX triplet: 04, 81 and BC. RGB value is (4,129,188). Sum of RGB (Red+Green+Blue) = 4+129+188=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #0481BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0481BC is #FB7E43. Grayscale: #616161. Windows color (decimal): -16481860 or 12353796. OLE color: 12353796.

HSL color Cylindrical-coordinate representation of color #0481BC: hue angle of 199.24º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0481BC is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 129 188 -
CMYK 0.98 0.31 0 0.26
HSL 199.24º 0.96% 0.38% -
HSV(B) 199.24º 0.98% 0.74% -
XYZ 16.98 19.36 50.42 -
YUV 98.35 178.59 60.7 -
System Red Green Blue C M Y K H S L
Decimal 4 129 188 0.98 0.31 0 0.26 199.24 0.96 0.38
Hex 4 81 BC 62 1F 0 1A C7 60 26
Octal 4 201 274 142 37 0 32 307 140 46
Binary 100 10000001 10111100 1100010 11111 0 11010 11000111 1100000 100110

Color Harmonies of #0481BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0481BC

Black with #0481BC

Text Example


Text Example

White with #0481BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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