Html Css Color HEX #0380CE Navy Blue

📋 copy color: '#0380CE'

red 3 ◦ green 128 ◦ blue 206

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

Shades of Navy Blue #0380CE

Tints of Navy Blue #0380CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 0.89%
G = 37.98%
B = 61.13%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0380CE (or 0x0380CE) is known color: Navy Blue. HEX triplet: 03, 80 and CE. RGB value is (3,128,206). Sum of RGB (Red+Green+Blue) = 3+128+206=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #0380CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0380CE is #FC7F31. Grayscale: #636363. Windows color (decimal): -16547634 or 13533187. OLE color: 13533187.

HSL color Cylindrical-coordinate representation of color #0380CE: hue angle of 203.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0380CE is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 128 206 -
CMYK 0.99 0.38 0 0.19
HSL 203.05º 0.97% 0.41% -
HSV(B) 203.05º 0.99% 0.81% -
XYZ 18.9 19.91 61.24 -
YUV 99.52 188.09 59.16 -
System Red Green Blue C M Y K H S L
Decimal 3 128 206 0.99 0.38 0 0.19 203.05 0.97 0.41
Hex 3 80 CE 63 26 0 13 CB 61 29
Octal 3 200 316 143 46 0 23 313 141 51
Binary 11 10000000 11001110 1100011 100110 0 10011 11001011 1100001 101001

Color Harmonies of #0380CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380CE

Black with #0380CE

Text Example


Text Example

White with #0380CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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