Html Css Color HEX #0381AC Cerulean

📋 copy color: '#0381AC'

red 3 ◦ green 129 ◦ blue 172

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

Shades of Cerulean #0381AC

Tints of Cerulean #0381AC

RGB

 RED value IS 3 (1.56% from 255) = 0.99%

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

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

R = 0.99%
G = 42.43%
B = 56.58%

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

#0381AC (or 0x0381AC) is known color: Cerulean. HEX triplet: 03, 81 and AC. RGB value is (3,129,172). Sum of RGB (Red+Green+Blue) = 3+129+172=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #0381AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0381AC is #FC7E53. Grayscale: #5F5F5F. Windows color (decimal): -16547412 or 11305219. OLE color: 11305219.

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

Color convert

RGB 3 129 172 -
CMYK 0.98 0.25 0 0.33
HSL 195.27º 0.97% 0.34% -
HSV(B) 195.27º 0.98% 0.67% -
XYZ 15.33 18.7 41.83 -
YUV 96.23 170.76 61.5 -
System Red Green Blue C M Y K H S L
Decimal 3 129 172 0.98 0.25 0 0.33 195.27 0.97 0.34
Hex 3 81 AC 62 19 0 21 C3 61 22
Octal 3 201 254 142 31 0 41 303 141 42
Binary 11 10000001 10101100 1100010 11001 0 100001 11000011 1100001 100010

Color Harmonies of #0381AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381AC

Black with #0381AC

Text Example


Text Example

White with #0381AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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