Html Css Color HEX #0380AC Cerulean

📋 copy color: '#0380AC'

red 3 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #0380AC

Tints of Cerulean #0380AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.24%

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

R = 0.99%
G = 42.24%
B = 56.77%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0380AC (or 0x0380AC) is known color: Cerulean. HEX triplet: 03, 80 and AC. RGB value is (3,128,172). Sum of RGB (Red+Green+Blue) = 3+128+172=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #0380AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0380AC is #FC7F53. Grayscale: #5F5F5F. Windows color (decimal): -16547668 or 11304963. OLE color: 11304963.

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

Color convert

RGB 3 128 172 -
CMYK 0.98 0.26 0 0.33
HSL 195.62º 0.97% 0.34% -
HSV(B) 195.62º 0.98% 0.67% -
XYZ 15.2 18.44 41.79 -
YUV 95.64 171.09 61.92 -
System Red Green Blue C M Y K H S L
Decimal 3 128 172 0.98 0.26 0 0.33 195.62 0.97 0.34
Hex 3 80 AC 62 1A 0 21 C4 61 22
Octal 3 200 254 142 32 0 41 304 141 42
Binary 11 10000000 10101100 1100010 11010 0 100001 11000100 1100001 100010

Color Harmonies of #0380AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380AC

Black with #0380AC

Text Example


Text Example

White with #0380AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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