Html Css Color HEX #0380AD Cerulean

📋 copy color: '#0380AD'

red 3 ◦ green 128 ◦ blue 173

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

Shades of Cerulean #0380AD

Tints of Cerulean #0380AD

RGB

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

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

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

R = 0.99%
G = 42.11%
B = 56.91%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0380AD (or 0x0380AD) is known color: Cerulean. HEX triplet: 03, 80 and AD. RGB value is (3,128,173). Sum of RGB (Red+Green+Blue) = 3+128+173=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #0380AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0380AD is #FC7F52. Grayscale: #5F5F5F. Windows color (decimal): -16547667 or 11370499. OLE color: 11370499.

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

Color convert

RGB 3 128 173 -
CMYK 0.98 0.26 0 0.32
HSL 195.88º 0.97% 0.35% -
HSV(B) 195.88º 0.98% 0.68% -
XYZ 15.3 18.47 42.29 -
YUV 95.76 171.59 61.84 -
System Red Green Blue C M Y K H S L
Decimal 3 128 173 0.98 0.26 0 0.32 195.88 0.97 0.35
Hex 3 80 AD 62 1A 0 20 C4 61 23
Octal 3 200 255 142 32 0 40 304 141 43
Binary 11 10000000 10101101 1100010 11010 0 100000 11000100 1100001 100011

Color Harmonies of #0380AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380AD

Black with #0380AD

Text Example


Text Example

White with #0380AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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