Html Css Color HEX #0386DF Navy Blue

📋 copy color: '#0386DF'

red 3 ◦ green 134 ◦ blue 223

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

Shades of Navy Blue #0386DF

Tints of Navy Blue #0386DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

 BLUE value IS 223 (87.5% from 255) = 61.94%

R = 0.83%
G = 37.22%
B = 61.94%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0386DF (or 0x0386DF) is known color: Navy Blue. HEX triplet: 03, 86 and DF. RGB value is (3,134,223). Sum of RGB (Red+Green+Blue) = 3+134+223=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #0386DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0386DF is #FC7920. Grayscale: #686868. Windows color (decimal): -16546081 or 14648835. OLE color: 14648835.

HSL color Cylindrical-coordinate representation of color #0386DF: hue angle of 204.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0386DF is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 134 223 -
CMYK 0.99 0.40 0 0.13
HSL 204.27º 0.97% 0.44% -
HSV(B) 204.27º 0.99% 0.87% -
XYZ 21.88 22.4 72.98 -
YUV 104.98 194.6 55.26 -
System Red Green Blue C M Y K H S L
Decimal 3 134 223 0.99 0.40 0 0.13 204.27 0.97 0.44
Hex 3 86 DF 63 28 0 D CC 61 2C
Octal 3 206 337 143 50 0 15 314 141 54
Binary 11 10000110 11011111 1100011 101000 0 1101 11001100 1100001 101100

Color Harmonies of #0386DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0386DF

Black with #0386DF

Text Example


Text Example

White with #0386DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0386DF; }

 p { color: rgb(3,134,223); }

 H1.HeaderClassName
 {
   color: #0386DF;
 }
 .AnyTagClassName
 {
   color: #0386DF;
 }
</style>

background-color css

<style>
 a { background-color: #0386DF; }

 a { background-color: rgb(3,134,223); }

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

border-color css

<style>
 span { border-color: #0386DF; }

 span { border-color: rgb(3,134,223); }

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